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 127 int interfaceProtocol = interfaceValues[ival++];
141 if (isBlackListed(interfaceClass, interfaceSubclass, interfaceProtocol)) {
145 interfaceSubclass, interfaceProtocol, endpoints);
  /system/core/adb/
usb_osx.c 300 UInt8 interfaceNumEndpoints, interfaceClass, interfaceSubClass, interfaceProtocol;
322 (*interface)->GetInterfaceProtocol(interface, &interfaceProtocol) != kIOReturnSuccess) {
330 interfaceSubClass, interfaceProtocol))

Completed in 104 milliseconds