Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.h232 int32_t _GetDeviceID(IMMDevice* pDevice, LPWSTR pszBuffer, int bufferLen);
Daudio_device_core_win.cc3669 int32_t res = _GetDeviceID(pDevice, szBuffer, bufferLen); in _GetListDeviceID()
3704 int32_t res = _GetDeviceID(pDevice, szBuffer, bufferLen); in _GetDefaultDeviceID()
3759 if (_GetDeviceID(device, szDeviceID, kDeviceIDLength) == -1) { in _GetDefaultDeviceIndex()
3849 int32_t AudioDeviceWindowsCore::_GetDeviceID(IMMDevice* pDevice, in _GetDeviceID() function in webrtc::AudioDeviceWindowsCore