Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_mixer_manager_win.h94 bool GetUnsignedControlValue(UINT mixId, DWORD dwControlID, DWORD& dwValue) const;
Daudio_mixer_manager_win.cc1083 if (!GetUnsignedControlValue(mixerID, dwControlID, dwValue)) in SpeakerVolume()
1547 if (!GetUnsignedControlValue(mixerID, dwControlID, dwValue)) in MicrophoneVolume()
2015 bool AudioMixerManager::GetUnsignedControlValue(UINT mixId, DWORD dwControlID, DWORD& dwValue) const in GetUnsignedControlValue() function in webrtc::AudioMixerManager