Searched refs:_inputMixerElement (Results 1 – 2 of 2) sorted by relevance
29 _inputMixerElement(NULL) { in AudioMixerManagerLinuxALSA()120 _inputMixerElement = NULL; in CloseMicrophone()238 _inputMixerElement = NULL; in OpenMicrophone()564 if (_inputMixerElement == NULL) { in MicrophoneMuteIsAvailable()569 available = LATE(snd_mixer_selem_has_capture_switch)(_inputMixerElement); in MicrophoneMuteIsAvailable()579 if (_inputMixerElement == NULL) { in SetMicrophoneMute()594 LATE(snd_mixer_selem_set_capture_switch_all)(_inputMixerElement, !enable); in SetMicrophoneMute()605 if (_inputMixerElement == NULL) { in MicrophoneMute()611 bool available = LATE(snd_mixer_selem_has_capture_switch)(_inputMixerElement); in MicrophoneMute()622 _inputMixerElement, (snd_mixer_selem_channel_id_t)0, &value); in MicrophoneMute()[all …]
64 mutable snd_mixer_elem_t* _inputMixerElement; variable