Home
last modified time | relevance | path

Searched refs:dwValue (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_mixer_manager_win.cc1049 DWORD dwValue(volume); in SetSpeakerVolume() local
1053 if (!SetUnsignedControlValue(mixerID, dwControlID, dwValue)) in SetSpeakerVolume()
1079 DWORD dwValue(0); in SpeakerVolume() local
1083 if (!GetUnsignedControlValue(mixerID, dwControlID, dwValue)) in SpeakerVolume()
1088 volume = dwValue; in SpeakerVolume()
1515 DWORD dwValue(volume); in SetMicrophoneVolume() local
1519 if (!SetUnsignedControlValue(mixerID, dwControlID, dwValue)) in SetMicrophoneVolume()
1543 DWORD dwValue(0); in MicrophoneVolume() local
1547 if (!GetUnsignedControlValue(mixerID, dwControlID, dwValue)) in MicrophoneVolume()
1552 volume = dwValue; in MicrophoneVolume()
[all …]
Daudio_mixer_manager_win.h94 bool GetUnsignedControlValue(UINT mixId, DWORD dwControlID, DWORD& dwValue) const;
95 bool SetUnsignedControlValue(UINT mixId, DWORD dwControlID, DWORD dwValue) const;
/external/pdfium/xfa/fde/css/
Dfde_cssdatatable.h41 FX_ARGB dwValue; member
Dcfde_cssdeclaration.cpp128 *dwColor = pColor->dwValue; in ParseCSSColor()
/external/webrtc/webrtc/base/
Dproxydetect.cc886 } else if ((options[0].Value.dwValue & PROXY_TYPE_PROXY) != 0) {
891 } else if ((options[0].Value.dwValue & PROXY_TYPE_DIRECT) != 0) {
895 << options[0].Value.dwValue;