Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dusb.h45 unsigned char ifc_subclass; member
H A Dusb_windows.cpp312 info.ifc_subclass = interf_desc.bInterfaceSubClass; in recognized_device()
H A Dusb_linux.cpp229 info.ifc_subclass = ifc->bInterfaceSubClass; in filter_usb_device()
H A Dusb_osx.cpp182 (*interface)->GetInterfaceSubClass(interface, &handle->info.ifc_subclass) != 0 || in try_interfaces()
H A Dfastboot.cpp243 if (info->ifc_class != 0xff || info->ifc_subclass != 0x42 || info->ifc_protocol != 0x03) { in match_fastboot_with_serial()
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dfixtures.cpp65 if (info->ifc_class != 0xff || info->ifc_subclass != 0x42 || info->ifc_protocol != 0x03) { in MatchFastboot()