/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
D | UsbACInterface.java | 99 ByteStream stream, int length, byte type, byte subtype, int subClass) { in allocAudioControlDescriptor() argument 106 return new Usb20ACHeader(length, type, subtype, subClass, acInterfaceSpec); in allocAudioControlDescriptor() 108 return new Usb10ACHeader(length, type, subtype, subClass, acInterfaceSpec); in allocAudioControlDescriptor() 116 return new Usb20ACInputTerminal(length, type, subtype, subClass); in allocAudioControlDescriptor() 118 return new Usb10ACInputTerminal(length, type, subtype, subClass); in allocAudioControlDescriptor() 126 return new Usb20ACOutputTerminal(length, type, subtype, subClass); in allocAudioControlDescriptor() 128 return new Usb10ACOutputTerminal(length, type, subtype, subClass); in allocAudioControlDescriptor() 133 return new UsbACSelectorUnit(length, type, subtype, subClass); in allocAudioControlDescriptor() 136 return new UsbACFeatureUnit(length, type, subtype, subClass); in allocAudioControlDescriptor() 142 return new Usb20ACMixerUnit(length, type, subtype, subClass); in allocAudioControlDescriptor() [all …]
|
D | UsbACEndpoint.java | 55 int subClass = interfaceDesc.getUsbSubclass(); in allocDescriptor() local 56 switch (subClass) { in allocDescriptor() 58 return new UsbACAudioControlEndpoint(length, type, subClass); in allocDescriptor() 61 return new UsbACAudioStreamEndpoint(length, type, subClass); in allocDescriptor() 64 return new UsbACMidiEndpoint(length, type, subClass); in allocDescriptor() 67 Log.w(TAG, "Unknown Audio Class Endpoint id:0x" + Integer.toHexString(subClass)); in allocDescriptor()
|
D | UsbACInterfaceUnparsed.java | 25 public UsbACInterfaceUnparsed(int length, byte type, byte subtype, int subClass) { in UsbACInterfaceUnparsed() argument 26 super(length, type, subtype, subClass); in UsbACInterfaceUnparsed()
|
D | UsbACFeatureUnit.java | 49 public UsbACFeatureUnit(int length, byte type, byte subtype, int subClass) { in UsbACFeatureUnit() argument 50 super(length, type, subtype, subClass); in UsbACFeatureUnit()
|
D | UsbACSelectorUnit.java | 35 public UsbACSelectorUnit(int length, byte type, byte subtype, int subClass) { in UsbACSelectorUnit() argument 36 super(length, type, subtype, subClass); in UsbACSelectorUnit()
|
D | Usb10ACOutputTerminal.java | 31 public Usb10ACOutputTerminal(int length, byte type, byte subtype, int subClass) { in Usb10ACOutputTerminal() argument 32 super(length, type, subtype, subClass); in Usb10ACOutputTerminal()
|
D | Usb20ACMixerUnit.java | 36 public Usb20ACMixerUnit(int length, byte type, byte subtype, int subClass) { in Usb20ACMixerUnit() argument 37 super(length, type, subtype, subClass); in Usb20ACMixerUnit()
|
D | UsbACMixerUnit.java | 27 public UsbACMixerUnit(int length, byte type, byte subtype, int subClass) { in UsbACMixerUnit() argument 28 super(length, type, subtype, subClass); in UsbACMixerUnit()
|
D | Usb20ACOutputTerminal.java | 37 public Usb20ACOutputTerminal(int length, byte type, byte subtype, int subClass) { in Usb20ACOutputTerminal() argument 38 super(length, type, subtype, subClass); in Usb20ACOutputTerminal()
|
D | Usb10ACMixerUnit.java | 33 public Usb10ACMixerUnit(int length, byte type, byte subtype, int subClass) { in Usb10ACMixerUnit() argument 34 super(length, type, subtype, subClass); in Usb10ACMixerUnit()
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbInterface.java | 54 int Class, int subClass, int protocol) { in UsbInterface() argument 59 mSubclass = subClass; in UsbInterface() 172 int subClass = in.readInt(); 175 … UsbInterface intf = new UsbInterface(id, alternateSetting, name, Class, subClass, protocol);
|
D | UsbDevice.java | 73 private UsbDevice(@NonNull String name, int vendorId, int productId, int Class, int subClass, in UsbDevice() argument 81 mSubclass = subClass; in UsbDevice() 310 int subClass = in.readInt(); 319 UsbDevice device = new UsbDevice(name, vendorId, productId, clasz, subClass, protocol, 378 public Builder(@NonNull String name, int vendorId, int productId, int Class, int subClass, in Builder() argument 386 mSubclass = subClass; in Builder()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbHostManager.java | 285 private boolean isBlackListed(int clazz, int subClass) { in isBlackListed() argument 291 && subClass == UsbConstants.USB_INTERFACE_SUBCLASS_BOOT; in isBlackListed()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 30724 Landroid/icu/text/MeasureFormat$MeasureProxy;->subClass:I
|