Searched refs:szDeviceName (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc1740 WCHAR szDeviceName[MAX_PATH]; local
1741 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0];
1744 if (_GetDeviceName(_ptrDeviceOut, szDeviceName, bufferLen) == 0)
1746 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "friendly name: \"%S\"", szDeviceName);
1799 WCHAR szDeviceName[MAX_PATH]; local
1800 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0];
1803 if (_GetDeviceName(_ptrDeviceOut, szDeviceName, bufferLen) == 0)
1805 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "friendly name: \"%S\"", szDeviceName);
1850 WCHAR szDeviceName[MAX_PATH]; local
1930 WCHAR szDeviceName[MAX_PATH]; local
2030 WCHAR szDeviceName[MAX_PATH]; local
2089 WCHAR szDeviceName[MAX_PATH]; local
[all...]

Completed in 49 milliseconds