Home
last modified time | relevance | path

Searched defs:pa_stream_get_state (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_device/linux/
H A Daudio_device_pulse_linux.cc1112 if (LATE(pa_stream_get_state)(_recStream) != PA_STREAM_UNCONNECTED) { in StopRecording() local
1228 if (LATE(pa_stream_get_state)(_playStream) != PA_STREAM_UNCONNECTED) { in StopPlayout() local
1720 if (LATE(pa_stream_get_state)(_playStream) == PA_STREAM_READY) { in EnableWriteCallback() local
2046 while (LATE(pa_stream_get_state)(_playStream) != PA_STREAM_READY) { in PlayThreadProcess() local
2188 while (LATE(pa_stream_get_state)(_recStream) != PA_STREAM_READY) { in RecThreadProcess() local