HomeSort by relevance Sort by last modified time
    Searched refs:kUsbDevicePathPrefix (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 86 static const char kUsbDevicePathPrefix[] = "\\\\?\\usb";
140 if (strnicmp(devices[i].id.c_str(), kUsbDevicePathPrefix,
141 ARRAY_SIZE(kUsbDevicePathPrefix) - 1) == 0) {
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 135 static const char kUsbDevicePathPrefix[] = "\\\\?\\usb";
264 if (strnicmp(devices[i].id.c_str(), kUsbDevicePathPrefix,
265 ARRAY_SIZE(kUsbDevicePathPrefix) - 1) == 0) {

Completed in 72 milliseconds