Home
last modified time | relevance | path

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

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