Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.h268 int32_t _GetListDevice(EDataFlow dir, int index, IMMDevice** ppDevice);
Daudio_device_core_win.cc782 ret = _GetListDevice(eRender, _outputDeviceIndex, &_ptrDeviceOut); in InitSpeaker()
864 ret = _GetListDevice(eCapture, _inputDeviceIndex, &_ptrDeviceIn); in InitMicrophone()
4818 int32_t AudioDeviceWindowsCore::_GetListDevice(EDataFlow dir, int index, IMMDevice** ppDevice) in _GetListDevice() function in webrtc::AudioDeviceWindowsCore