Home
last modified time | relevance | path

Searched refs:GetBooleanControlValue (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_mixer_manager_win.h97 bool GetBooleanControlValue(UINT mixId, DWORD dwControlID, bool& value) const;
Daudio_mixer_manager_win.cc1284 if (!GetBooleanControlValue(_outputMixerID, dwControlID, value)) in SpeakerMute()
1379 if (!GetBooleanControlValue(_inputMixerID, dwControlID, value)) in MicrophoneMute()
1472 if (!GetBooleanControlValue(_inputMixerID, dwControlID, value)) in MicrophoneBoost()
2117 bool AudioMixerManager::GetBooleanControlValue(UINT mixId, DWORD dwControlID, bool& value) const in GetBooleanControlValue() function in webrtc::AudioMixerManager