Home
last modified time | relevance | path

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

/external/webrtc/talk/media/devices/
Dwin32devicemanager.cc97 static const char kUsbDevicePathPrefix[] = "\\\\?\\usb"; variable
151 if (strnicmp(devices[i].id.c_str(), kUsbDevicePathPrefix, in GetDefaultVideoCaptureDevice()
152 arraysize(kUsbDevicePathPrefix) - 1) == 0) { in GetDefaultVideoCaptureDevice()