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

  /system/core/fastboot/
usb_windows.cpp 266 USB_INTERFACE_DESCRIPTOR interf_desc; local
279 &interf_desc)) {
284 if (2 != interf_desc.bNumEndpoints) {
293 info.ifc_class = interf_desc.bInterfaceClass;
294 info.ifc_subclass = interf_desc.bInterfaceSubClass;
295 info.ifc_protocol = interf_desc.bInterfaceProtocol;
  /system/core/adb/
usb_windows.cpp 545 USB_INTERFACE_DESCRIPTOR interf_desc; local
548 &interf_desc)) {
555 if (2 != interf_desc.bNumEndpoints) {
560 interf_desc.bInterfaceClass, interf_desc.bInterfaceSubClass, interf_desc.bInterfaceProtocol)) {
562 if(interf_desc.bInterfaceProtocol == 0x01) {

Completed in 83 milliseconds