Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport_usb.c132 int is_adb_interface(int vid, int pid, int usb_class, int usb_subclass, int usb_protocol) in is_adb_interface() function
Dusb_libusb.c294 if (!is_adb_interface(desc->idVendor, desc->idProduct, in check_usb_interface()
401 if (!is_adb_interface (desc.idVendor, desc.idProduct, in check_device()
Dadb.h452 int is_adb_interface(int vid, int pid, int usb_class, int usb_subclass, int usb_protocol);
Dusb_windows.c433 if (is_adb_interface(device_desc.idVendor, device_desc.idProduct, in recognized_device()
Dusb_osx.c337 if (!is_adb_interface(vendor, product, interfaceClass, in CheckInterface()
Dusb_linux.c228 is_adb_interface(vid, pid, interface->bInterfaceClass, in find_usb_device()