Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/linux/
Daudio_device_pulse_linux.cc1117 if (LATE(pa_stream_get_state)(_recStream) != PA_STREAM_UNCONNECTED) { in StopRecording() local
1233 if (LATE(pa_stream_get_state)(_playStream) != PA_STREAM_UNCONNECTED) { in StopPlayout() local
1725 if (LATE(pa_stream_get_state)(_playStream) == PA_STREAM_READY) { in EnableWriteCallback() local
2063 while (LATE(pa_stream_get_state)(_playStream) != PA_STREAM_READY) { in PlayThreadProcess() local
2205 while (LATE(pa_stream_get_state)(_recStream) != PA_STREAM_READY) { in RecThreadProcess() local