Searched refs:_GetListDevice (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.h269 int32_t _GetListDevice(EDataFlow dir, int index, IMMDevice** ppDevice);
H A Daudio_device_core_win.cc782 ret = _GetListDevice(eRender, _outputDeviceIndex, &_ptrDeviceOut);
864 ret = _GetListDevice(eCapture, _inputDeviceIndex, &_ptrDeviceIn);
4806 // _GetListDevice
4809 int32_t AudioDeviceWindowsCore::_GetListDevice(EDataFlow dir, int index, IMMDevice** ppDevice) function in class:webrtc::AudioDeviceWindowsCore

Completed in 105 milliseconds