Searched refs:_GetDeviceID (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.h | 266 int32_t _GetDeviceID(IMMDevice* pDevice, LPWSTR pszBuffer, int bufferLen);
|
D | audio_device_core_win.cc | 4552 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
|