Searched refs:_inputMixerElement (Results 1 – 2 of 2) sorted by relevance
33 _inputMixerElement(NULL) in AudioMixerManagerLinuxALSA()156 _inputMixerElement = NULL; in CloseMicrophone()304 _inputMixerElement = NULL; in OpenMicrophone()725 if (_inputMixerElement == NULL) in MicrophoneMuteIsAvailable()732 available = LATE(snd_mixer_selem_has_capture_switch)(_inputMixerElement); in MicrophoneMuteIsAvailable()744 if (_inputMixerElement == NULL) in SetMicrophoneMute()763 LATE(snd_mixer_selem_set_capture_switch_all)(_inputMixerElement, in SetMicrophoneMute()779 if (_inputMixerElement == NULL) in MicrophoneMute()788 LATE(snd_mixer_selem_has_capture_switch)(_inputMixerElement); in MicrophoneMute()802 _inputMixerElement, in MicrophoneMute()[all …]
73 mutable snd_mixer_elem_t* _inputMixerElement; variable