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

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
macdeviceinfo.cc 41 std::string id_vendor = device.id.substr(vid_location, id_size); local
46 usb_id->append(id_vendor);
win32deviceinfo.cc 47 std::string id_vendor = device.id.substr(vid_location + sizeof(vid) - 1, local
52 usb_id->append(id_vendor);
linuxdeviceinfo.cc 155 std::string id_vendor; local
157 if (!GetUsbProperty(device, "idVendor", &id_vendor)) {
164 usb_id->append(id_vendor);
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 302 std::string id_vendor = local
306 return id_vendor + ":" + id_product;

Completed in 51 milliseconds