Searched refs:interf_desc (Results 1 - 2 of 2) sorted by path

/system/core/adb/
H A Dusb_windows.c421 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) {
/system/core/fastboot/
H A Dusb_windows.c275 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;

Completed in 64 milliseconds