Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb.h42 unsigned char ifc_class; member
Dusb_windows.cpp311 info.ifc_class = interf_desc.bInterfaceClass; in recognized_device()
Dusb_linux.cpp228 info.ifc_class = ifc->bInterfaceClass; in filter_usb_device()
Dusb_osx.cpp181 if ((*interface)->GetInterfaceClass(interface, &handle->info.ifc_class) != 0 || in try_interfaces()
Dfastboot.cpp250 if (info->ifc_class != 0xff || info->ifc_subclass != 0x42 || info->ifc_protocol != 0x03) { in match_fastboot_with_serial()
/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp65 if (info->ifc_class != 0xff || info->ifc_subclass != 0x42 || info->ifc_protocol != 0x03) { in MatchFastboot()