Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc1346 WCHAR *pstrEndpointId = NULL; in PlayoutDeviceName() local
1347 pstrEndpointId = (WCHAR*)CoTaskMemAlloc(cbEndpointId); in PlayoutDeviceName()
1352 (DWORD_PTR)pstrEndpointId, in PlayoutDeviceName()
1363 CoTaskMemFree(pstrEndpointId); in PlayoutDeviceName()
1367 if (WideCharToMultiByte(CP_UTF8, 0, pstrEndpointId, -1, guid, kAdmMaxGuidSize, NULL, NULL) == 0) in PlayoutDeviceName()
1371 CoTaskMemFree(pstrEndpointId); in PlayoutDeviceName()
1451 WCHAR *pstrEndpointId = NULL; in RecordingDeviceName() local
1452 pstrEndpointId = (WCHAR*)CoTaskMemAlloc(cbEndpointId); in RecordingDeviceName()
1457 (DWORD_PTR)pstrEndpointId, in RecordingDeviceName()
1468 CoTaskMemFree(pstrEndpointId); in RecordingDeviceName()
[all …]