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

/system/core/fastboot/
H A Dusb_windows.c280 USB_INTERFACE_DESCRIPTOR interf_desc; local
293 &interf_desc)) {
298 if (2 != interf_desc.bNumEndpoints) {
307 info.ifc_class = interf_desc.bInterfaceClass;
308 info.ifc_subclass = interf_desc.bInterfaceSubClass;
309 info.ifc_protocol = interf_desc.bInterfaceProtocol;
/system/core/adb/
H A Dusb_windows.c422 USB_INTERFACE_DESCRIPTOR interf_desc; local
425 &interf_desc)) {
430 if (2 != interf_desc.bNumEndpoints) {
435 interf_desc.bInterfaceClass, interf_desc.bInterfaceSubClass, interf_desc.bInterfaceProtocol)) {
437 if(interf_desc.bInterfaceProtocol == 0x01) {

Completed in 1353 milliseconds