Searched refs:GetAllLineControls (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_mixer_manager_win.cc | 156 GetAllLineControls(mixId, destLine, controlArray, true); in EnumerateAll() 161 GetAllLineControls(mixId, sourceLine, controlArray, true); in EnumerateAll() 221 GetAllLineControls(mixId, destLine, controlArray); in EnumerateSpeakers() 310 if (!GetAllLineControls(mixId, destLine, controlArray)) in EnumerateMicrophones() 328 GetAllLineControls(mixId, sourceLine, controlArray, false); in EnumerateMicrophones() 444 GetAllLineControls(mixId, sourceLine, controlArray); in EnumerateMicrophones() 1836 bool AudioMixerManager::GetAllLineControls(UINT mixId, const MIXERLINE& line, MIXERCONTROL* control… in GetAllLineControls() function in webrtc::AudioMixerManager
|
D | audio_mixer_manager_win.h | 91 …bool GetAllLineControls(UINT mixId, const MIXERLINE& line, MIXERCONTROL* controlArray, bool trace …
|