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

  /external/webrtc/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];
221 GetAllLineControls(mixId, destLine, controlArray);
224 if (controlArray[c].dwControlType == MIXERCONTROL_CONTROLTYPE_VOLUME)
226 _speakerState[mixId].dwVolumeControlID = controlArray[c].dwControlID;
228 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "found volume control (name: %s, ID: %u)", WideToUTF8(controlArray[c].szName), controlArray[c].dwControlID);
230 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;
  /external/skia/tests/
TDPQueueTest.cpp 172 SkTDArray<Dummy> controlArray;
173 controlArray.setReserve(count);
175 Dummy *dummy = controlArray.append();
179 pqControl.insert(&controlArray[i]);
  /external/skqp/tests/
TDPQueueTest.cpp 172 SkTDArray<Dummy> controlArray;
173 controlArray.setReserve(count);
175 Dummy *dummy = controlArray.append();
179 pqControl.insert(&controlArray[i]);

Completed in 656 milliseconds