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

  /system/core/fastboot/
usbtest.cpp 56 info->ifc_class, info->ifc_subclass, info->ifc_protocol,
67 if(info->ifc_protocol != 0x01) return -1;
76 if(info->ifc_protocol != 0x02) return -1;
85 if(info->ifc_protocol != 0x03) return -1;
usb.h 45 unsigned char ifc_protocol; member in struct:usb_ifc_info
usb_osx.cpp 190 (*interface)->GetInterfaceProtocol(interface, &handle->info.ifc_protocol) != 0)
225 if (handle->info.ifc_protocol == 0x01) {
usb_windows.cpp 295 info.ifc_protocol = interf_desc.bInterfaceProtocol;
usb_linux.cpp 221 info.ifc_protocol = ifc->bInterfaceProtocol;
fastboot.cpp 196 if (info->ifc_class != 0xff || info->ifc_subclass != 0x42 || info->ifc_protocol != 0x03) {
    [all...]

Completed in 534 milliseconds