HomeSort by relevance Sort by last modified time
    Searched refs:ifc_class (Results 1 - 6 of 6) sorted by null

  /system/core/fastboot/
usb.h 43 unsigned char ifc_class; member in struct:usb_ifc_info
usbtest.cpp 56 info->ifc_class, info->ifc_subclass, info->ifc_protocol,
65 if(info->ifc_class != 0xff) return -1;
74 if(info->ifc_class != 0xff) return -1;
83 if(info->ifc_class != 0xff) return -1;
usb_windows.cpp 293 info.ifc_class = interf_desc.bInterfaceClass;
usb_linux.cpp 223 info.ifc_class = ifc->bInterfaceClass;
usb_osx.cpp 180 if ((*interface)->GetInterfaceClass(interface, &handle->info.ifc_class) != 0 ||
fastboot.cpp 203 if (info->ifc_class != 0xff || info->ifc_subclass != 0x42 || info->ifc_protocol != 0x03) {
    [all...]

Completed in 72 milliseconds