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