Searched defs:GetAllLineControls (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_mixer_manager_win.cc156 GetAllLineControls(mixId, destLine, controlArray, true);
161 GetAllLineControls(mixId, sourceLine, controlArray, true);
221 GetAllLineControls(mixId, destLine, controlArray);
310 if (!GetAllLineControls(mixId, destLine, controlArray))
328 GetAllLineControls(mixId, sourceLine, controlArray, false);
444 GetAllLineControls(mixId, sourceLine, controlArray);
1833 // GetAllLineControls
1836 bool AudioMixerManager::GetAllLineControls(UINT mixId, const MIXERLINE& line, MIXERCONTROL* controlArray, bool trace) const function in class:webrtc::AudioMixerManager

Completed in 293 milliseconds