Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_mixer_manager_win.h95 bool SetUnsignedControlValue(UINT mixId, DWORD dwControlID, DWORD dwValue) const;
Daudio_mixer_manager_win.cc1053 if (!SetUnsignedControlValue(mixerID, dwControlID, dwValue)) in SetSpeakerVolume()
1519 if (!SetUnsignedControlValue(mixerID, dwControlID, dwValue)) in SetMicrophoneVolume()
2048 bool AudioMixerManager::SetUnsignedControlValue(UINT mixId, DWORD dwControlID, DWORD dwValue) const in SetUnsignedControlValue() function in webrtc::AudioMixerManager