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

  /frameworks/base/services/java/com/android/server/usb/
UsbHostManager.java 126 int interfaceProtocol = interfaceValues[ival++];
140 if (isBlackListed(interfaceClass, interfaceSubclass, interfaceProtocol)) {
144 interfaceSubclass, interfaceProtocol, endpoints);
  /system/core/adb/
usb_osx.c 308 UInt8 interfaceNumEndpoints, interfaceClass, interfaceSubClass, interfaceProtocol;
330 (*interface)->GetInterfaceProtocol(interface, &interfaceProtocol) != kIOReturnSuccess) {
338 interfaceSubClass, interfaceProtocol))

Completed in 105 milliseconds