Home
last modified time | relevance | path

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

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