Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc4604 const size_t kDeviceIDLength = sizeof(szDeviceID)/sizeof(szDeviceID[0]); in _GetDefaultDeviceIndex() local
4605 assert(kDeviceIDLength == in _GetDefaultDeviceIndex()
4611 kDeviceIDLength) == -1) in _GetDefaultDeviceIndex()
4654 if (_GetDeviceID(device, szDeviceID, kDeviceIDLength) == -1) in _GetDefaultDeviceIndex()
4659 if (wcsncmp(szDefaultDeviceID, szDeviceID, kDeviceIDLength) == 0) in _GetDefaultDeviceIndex()