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 46 unsigned char ifc_class; member in struct:usb_ifc_info
usbtest.c 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.c 302 info.ifc_class = interf_desc.bInterfaceClass;
usb_linux.c 209 info.ifc_class = ifc->bInterfaceClass;
usb_osx.c 171 if ((*interface)->GetInterfaceClass(interface, &handle->info.ifc_class) != 0 ||
fastboot.c 228 if(info->ifc_class != 0xff) return -1;

Completed in 193 milliseconds