Searched refs:controlArray (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_mixer_manager_win.cc | 142 MIXERCONTROL controlArray[MAX_NUMBER_OF_LINE_CONTROLS]; in EnumerateAll() local 156 GetAllLineControls(mixId, destLine, controlArray, true); in EnumerateAll() 161 GetAllLineControls(mixId, sourceLine, controlArray, true); in EnumerateAll() 187 MIXERCONTROL controlArray[MAX_NUMBER_OF_LINE_CONTROLS]; in EnumerateSpeakers() local 221 GetAllLineControls(mixId, destLine, controlArray); in EnumerateSpeakers() 224 if (controlArray[c].dwControlType == MIXERCONTROL_CONTROLTYPE_VOLUME) in EnumerateSpeakers() 226 _speakerState[mixId].dwVolumeControlID = controlArray[c].dwControlID; in EnumerateSpeakers() 228 …id, "found volume control (name: %s, ID: %u)", WideToUTF8(controlArray[c].szName), controlArray[c]… in EnumerateSpeakers() 230 else if (controlArray[c].dwControlType == MIXERCONTROL_CONTROLTYPE_MUTE) in EnumerateSpeakers() 232 _speakerState[mixId].dwMuteControlID = controlArray[c].dwControlID; in EnumerateSpeakers() [all …]
|
D | audio_mixer_manager_win.h | 91 …bool GetAllLineControls(UINT mixId, const MIXERLINE& line, MIXERCONTROL* controlArray, bool trace … 93 bool GetControlDetails(UINT mixId, MIXERCONTROL& controlArray, bool trace = false) const;
|