Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_mixer_manager_pulse_linux.cc254 if (_paPlayStream && (LATE(pa_stream_get_state)(_paPlayStream) in SetSpeakerVolume()
316 if (_paPlayStream && (LATE(pa_stream_get_state)(_paPlayStream) in SpeakerVolume()
444 if (_paPlayStream && (LATE(pa_stream_get_state)(_paPlayStream) in SetSpeakerMute()
492 if (_paPlayStream && (LATE(pa_stream_get_state)(_paPlayStream) in SpeakerMute()
531 if (_paPlayStream && (LATE(pa_stream_get_state)(_paPlayStream) in StereoPlayoutIsAvailable()
564 if (_paRecStream && (LATE(pa_stream_get_state)(_paRecStream) in StereoRecordingIsAvailable()
631 if (_paRecStream && (LATE(pa_stream_get_state)(_paRecStream) in SetMicrophoneMute()
679 if (_paRecStream && (LATE(pa_stream_get_state)(_paRecStream) in MicrophoneMute()
810 if (_paRecStream && (LATE(pa_stream_get_state)(_paRecStream) in SetMicrophoneVolume()
874 if (_paRecStream && (LATE(pa_stream_get_state)(_paRecStream) in MicrophoneVolume()
[all …]
Dpulseaudiosymboltable_linux.h71 X(pa_stream_get_state) \
Daudio_device_pulse_linux.cc1160 LATE(pa_stream_get_state)(_playStream)); in InitPlayout()
1415 if (LATE(pa_stream_get_state)(_recStream) != PA_STREAM_UNCONNECTED) in StopRecording() local
1552 if (LATE(pa_stream_get_state)(_playStream) != PA_STREAM_UNCONNECTED) in StopPlayout() local
1873 pa_stream_state_t state = LATE(pa_stream_get_state)(p); in PaStreamStateCallbackHandler()
2245 if (LATE(pa_stream_get_state)(_playStream) == PA_STREAM_READY) in EnableWriteCallback() local
2685 while (LATE(pa_stream_get_state)(_playStream) != PA_STREAM_READY) in PlayThreadProcess() local
2894 while (LATE(pa_stream_get_state)(_recStream) != PA_STREAM_READY) in RecThreadProcess() local
/external/webrtc/webrtc/sound/
Dpulseaudiosymboltable.h57 X(pa_stream_get_state) \
Dpulseaudiosoundsystem.cc792 pa_stream_state_t state = symbol_table()->pa_stream_get_state()( in EnableWriteCallback()
1345 pa_stream_state_t state = symbol_table_.pa_stream_get_state()(stream); in OnStreamStateChangedCallback()