OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAllLineControls
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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);
219
GetAllLineControls
(mixId, destLine, controlArray);
306
if (!
GetAllLineControls
(mixId, destLine, controlArray))
324
GetAllLineControls
(mixId, sourceLine, controlArray, false);
440
GetAllLineControls
(mixId, sourceLine, controlArray);
[
all
...]
Completed in 61 milliseconds