Searched refs:_GetListDevice (Results 1 – 2 of 2) sorted by relevance
268 int32_t _GetListDevice(EDataFlow dir, int index, IMMDevice** ppDevice);
782 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