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

/system/core/fastboot/
H A Dusb.h46 unsigned char ifc_class; member in struct:usb_ifc_info
H A Dusbtest.c56 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;
H A Dusb_windows.c302 info.ifc_class = interf_desc.bInterfaceClass;
H A Dusb_linux.c209 info.ifc_class = ifc->bInterfaceClass;
H A Dusb_osx.c171 if ((*interface)->GetInterfaceClass(interface, &handle->info.ifc_class) != 0 ||
H A Dfastboot.c210 if(info->ifc_class != 0xff) return -1;

Completed in 215 milliseconds