Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc4764 LPWSTR pwszID = NULL; in _GetDeviceID() local
4771 hr = pDevice->GetId(&pwszID); in _GetDeviceID()
4777 wcsncpy_s(pszBuffer, bufferLen, pwszID, _TRUNCATE); in _GetDeviceID()
4785 CoTaskMemFree(pwszID); in _GetDeviceID()
4865 LPWSTR pwszID = NULL; in _EnumerateEndpointDevicesAll() local
4909 hr = pEndpoint->GetId(&pwszID); in _EnumerateEndpointDevicesAll()
4911 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "ID string : %S", pwszID); in _EnumerateEndpointDevicesAll()
5012 CoTaskMemFree(pwszID); in _EnumerateEndpointDevicesAll()
5013 pwszID = NULL; in _EnumerateEndpointDevicesAll()
5024 CoTaskMemFree(pwszID); in _EnumerateEndpointDevicesAll()
[all …]