Home
last modified time | relevance | path

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

/aosp12/system/core/fastboot/
H A Dusb.h44 unsigned char ifc_protocol; member
H A Dusb_osx.cpp183 (*interface)->GetInterfaceProtocol(interface, &handle->info.ifc_protocol) != 0) in try_interfaces()
218 if (handle->info.ifc_protocol == 0x01) { in try_interfaces()
H A Dusb_windows.cpp313 info.ifc_protocol = interf_desc.bInterfaceProtocol; in recognized_device()
H A Dusb_linux.cpp230 info.ifc_protocol = ifc->bInterfaceProtocol; in filter_usb_device()
H A Dfastboot.cpp259 if (info->ifc_class != 0xff || info->ifc_subclass != 0x42 || info->ifc_protocol != 0x03) { in match_fastboot_with_serial()
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dfixtures.cpp65 if (info->ifc_class != 0xff || info->ifc_subclass != 0x42 || info->ifc_protocol != 0x03) { in MatchFastboot()