Searched refs:_GetDeviceID (Results 1 – 2 of 2) sorted by relevance
232 int32_t _GetDeviceID(IMMDevice* pDevice, LPWSTR pszBuffer, int bufferLen);
3669 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