Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusbtest.cpp56 info->ifc_class, info->ifc_subclass, info->ifc_protocol, in printifc()
66 if(info->ifc_subclass != 0xfe) return -1; in match_null()
75 if(info->ifc_subclass != 0xfe) return -1; in match_zero()
84 if(info->ifc_subclass != 0xfe) return -1; in match_loop()
Dusb.h44 unsigned char ifc_subclass; member
Dusb_windows.cpp294 info.ifc_subclass = interf_desc.bInterfaceSubClass; in recognized_device()
Dusb_linux.cpp220 info.ifc_subclass = ifc->bInterfaceSubClass; in filter_usb_device()
Dusb_osx.cpp189 (*interface)->GetInterfaceSubClass(interface, &handle->info.ifc_subclass) != 0 || in try_interfaces()
Dfastboot.cpp202 if (info->ifc_class != 0xff || info->ifc_subclass != 0x42 || info->ifc_protocol != 0x03) { in match_fastboot_with_serial()