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

  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.h 269 int32_t _GetListDevice(EDataFlow dir, int index, IMMDevice** ppDevice);
audio_device_core_win.cc 782 ret = _GetListDevice(eRender, _outputDeviceIndex, &_ptrDeviceOut);
864 ret = _GetListDevice(eCapture, _inputDeviceIndex, &_ptrDeviceIn);
    [all...]

Completed in 265 milliseconds