Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.h266 int32_t _GetDeviceID(IMMDevice* pDevice, LPWSTR pszBuffer, int bufferLen);
Daudio_device_core_win.cc4552 int32_t res = _GetDeviceID(pDevice, szBuffer, bufferLen); in _GetListDeviceID()
4589 int32_t res = _GetDeviceID(pDevice, szBuffer, bufferLen); in _GetDefaultDeviceID()
4654 if (_GetDeviceID(device, szDeviceID, kDeviceIDLength) == -1) in _GetDefaultDeviceIndex()
4757 int32_t AudioDeviceWindowsCore::_GetDeviceID(IMMDevice* pDevice, LPWSTR pszBuffer, int bufferLen) in _GetDeviceID() function in webrtc::AudioDeviceWindowsCore