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

  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbACSelectorUnit.java 25 public final class UsbACSelectorUnit extends UsbACInterface {
26 private static final String TAG = "UsbACSelectorUnit";
35 public UsbACSelectorUnit(int length, byte type, byte subtype, int subClass) {
UsbACInterface.java 133 return new UsbACSelectorUnit(length, type, subtype, subClass);

Completed in 87 milliseconds