Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusbtest.cpp54 info->dev_vendor, info->dev_product); in printifc()
64 if(info->dev_vendor != 0x18d1) return -1; in match_null()
73 if(info->dev_vendor != 0x18d1) return -1; in match_zero()
82 if(info->dev_vendor != 0x18d1) return -1; in match_loop()
Dusb.h36 unsigned short dev_vendor; member
Dusb_windows.cpp288 info.dev_vendor = device_desc.idVendor; in recognized_device()
Dusb_linux.cpp161 info.dev_vendor = dev->idVendor; in filter_usb_device()
Dusb_osx.cpp320 kr = (*dev)->GetDeviceVendor(dev, &handle->info.dev_vendor); in try_device()
Dfastboot.cpp192 if (vendor_id != 0 && info->dev_vendor != vendor_id) { in match_fastboot_with_serial()