Searched refs:GetLineControl (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_mixer_manager_win.cc | 1115 if (!GetLineControl(mixerID, dwControlID, mixerControl)) in MaxSpeakerVolume() 1144 if (!GetLineControl(mixerID, dwControlID, mixerControl)) in MinSpeakerVolume() 1172 if (!GetLineControl(mixerID, _speakerState[mixerID].dwVolumeControlID, mixerControl)) in SpeakerVolumeStepSize() 1577 if (!GetLineControl(mixerID, dwControlID, mixerControl)) in MaxMicrophoneVolume() 1606 if (!GetLineControl(mixerID, dwControlID, mixerControl)) in MinMicrophoneVolume() 1635 if (!GetLineControl(mixerID, dwControlID, mixerControl)) in MicrophoneVolumeStepSize() 1901 bool AudioMixerManager::GetLineControl(UINT mixId, DWORD dwControlID, MIXERCONTROL& control) const in GetLineControl() function in webrtc::AudioMixerManager
|
D | audio_mixer_manager_win.h | 92 bool GetLineControl(UINT mixId, DWORD dwControlID, MIXERCONTROL& control) const;
|