Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_mixer_manager_win.cc156 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
Daudio_mixer_manager_win.h91 …bool GetAllLineControls(UINT mixId, const MIXERLINE& line, MIXERCONTROL* controlArray, bool trace …