Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc3715 WCHAR szDefaultDeviceID[MAX_PATH] = {0}; in _GetDefaultDeviceIndex() local
3720 sizeof(szDefaultDeviceID) / sizeof(szDefaultDeviceID[0])); in _GetDefaultDeviceIndex()
3722 if (_GetDefaultDeviceID(dir, role, szDefaultDeviceID, kDeviceIDLength) == in _GetDefaultDeviceIndex()
3763 if (wcsncmp(szDefaultDeviceID, szDeviceID, kDeviceIDLength) == 0) { in _GetDefaultDeviceIndex()