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

/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc4602 WCHAR szDeviceID[MAX_PATH] = {0}; local
4604 const size_t kDeviceIDLength = sizeof(szDeviceID)/sizeof(szDeviceID[0]);
4640 memset(szDeviceID, 0, sizeof(szDeviceID));
4654 if (_GetDeviceID(device, szDeviceID, kDeviceIDLength) == -1)
4659 if (wcsncmp(szDefaultDeviceID, szDeviceID, kDeviceIDLength) == 0)

Completed in 113 milliseconds