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.c 275 USB_INTERFACE_DESCRIPTOR interf_desc; local
288 &interf_desc)) {
293 if (2 != interf_desc.bNumEndpoints) {
302 info.ifc_class = interf_desc.bInterfaceClass;
303 info.ifc_subclass = interf_desc.bInterfaceSubClass;
304 info.ifc_protocol = interf_desc.bInterfaceProtocol;
  /system/core/adb/
usb_windows.c 421 USB_INTERFACE_DESCRIPTOR interf_desc; local
424 &interf_desc)) {
429 if (2 != interf_desc.bNumEndpoints) {
434 interf_desc.bInterfaceClass, interf_desc.bInterfaceSubClass, interf_desc.bInterfaceProtocol)) {
436 if(interf_desc.bInterfaceProtocol == 0x01) {

Completed in 51 milliseconds