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

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

Completed in 45 milliseconds