HomeSort by relevance Sort by last modified time
    Searched refs:GetAllLineControls (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.h 91 bool GetAllLineControls(UINT mixId, const MIXERLINE& line, MIXERCONTROL* controlArray, bool trace = false) const;
audio_mixer_manager_win.cc 156 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);
    [all...]

Completed in 87 milliseconds