Searched refs:pa_stream_get_state (Results 1 – 5 of 5) sorted by relevance
254 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 …]
71 X(pa_stream_get_state) \
1160 LATE(pa_stream_get_state)(_playStream)); in InitPlayout()1415 if (LATE(pa_stream_get_state)(_recStream) != PA_STREAM_UNCONNECTED) in StopRecording() local1552 if (LATE(pa_stream_get_state)(_playStream) != PA_STREAM_UNCONNECTED) in StopPlayout() local1873 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() local2685 while (LATE(pa_stream_get_state)(_playStream) != PA_STREAM_READY) in PlayThreadProcess() local2894 while (LATE(pa_stream_get_state)(_recStream) != PA_STREAM_READY) in RecThreadProcess() local
57 X(pa_stream_get_state) \
792 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()