Searched refs:_paRecStream (Results 1 – 2 of 2) sorted by relevance
49 _paRecStream(NULL), in AudioMixerManagerLinuxPulse()140 _paRecStream = NULL; in CloseMicrophone()161 _paRecStream = recStream; in SetRecStream()564 if (_paRecStream && (LATE(pa_stream_get_state)(_paRecStream) in StereoRecordingIsAvailable()567 deviceIndex = LATE(pa_stream_get_device_index)(_paRecStream); in StereoRecordingIsAvailable()631 if (_paRecStream && (LATE(pa_stream_get_state)(_paRecStream) in SetMicrophoneMute()634 deviceIndex = LATE(pa_stream_get_device_index)(_paRecStream); in SetMicrophoneMute()679 if (_paRecStream && (LATE(pa_stream_get_state)(_paRecStream) in MicrophoneMute()682 deviceIndex = LATE(pa_stream_get_device_index)(_paRecStream); in MicrophoneMute()810 if (_paRecStream && (LATE(pa_stream_get_state)(_paRecStream) in SetMicrophoneVolume()[all …]
98 pa_stream* _paRecStream; variable