OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:controlArray
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc
142
MIXERCONTROL
controlArray
[MAX_NUMBER_OF_LINE_CONTROLS];
156
GetAllLineControls(mixId, destLine,
controlArray
, true);
161
GetAllLineControls(mixId, sourceLine,
controlArray
, true);
187
MIXERCONTROL
controlArray
[MAX_NUMBER_OF_LINE_CONTROLS];
219
GetAllLineControls(mixId, destLine,
controlArray
);
222
if (
controlArray
[c].dwControlType == MIXERCONTROL_CONTROLTYPE_VOLUME)
224
_speakerState[mixId].dwVolumeControlID =
controlArray
[c].dwControlID;
226
WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "found volume control (name: %s, ID: %u)", WideToUTF8(
controlArray
[c].szName),
controlArray
[c].dwControlID);
228
else if (
controlArray
[c].dwControlType == MIXERCONTROL_CONTROLTYPE_MUTE
[
all
...]
audio_mixer_manager_win.h
91
bool GetAllLineControls(UINT mixId, const MIXERLINE& line, MIXERCONTROL*
controlArray
, bool trace = false) const;
93
bool GetControlDetails(UINT mixId, MIXERCONTROL&
controlArray
, bool trace = false) const;
Completed in 78 milliseconds