Home
last modified time | relevance | path

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

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