Home
last modified time | relevance | path

Searched refs:subClass (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbACInterface.java99 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 …]
DUsbACEndpoint.java55 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()
DUsbACInterfaceUnparsed.java25 public UsbACInterfaceUnparsed(int length, byte type, byte subtype, int subClass) { in UsbACInterfaceUnparsed() argument
26 super(length, type, subtype, subClass); in UsbACInterfaceUnparsed()
DUsbACFeatureUnit.java49 public UsbACFeatureUnit(int length, byte type, byte subtype, int subClass) { in UsbACFeatureUnit() argument
50 super(length, type, subtype, subClass); in UsbACFeatureUnit()
DUsbACSelectorUnit.java35 public UsbACSelectorUnit(int length, byte type, byte subtype, int subClass) { in UsbACSelectorUnit() argument
36 super(length, type, subtype, subClass); in UsbACSelectorUnit()
DUsb10ACOutputTerminal.java31 public Usb10ACOutputTerminal(int length, byte type, byte subtype, int subClass) { in Usb10ACOutputTerminal() argument
32 super(length, type, subtype, subClass); in Usb10ACOutputTerminal()
DUsb20ACMixerUnit.java36 public Usb20ACMixerUnit(int length, byte type, byte subtype, int subClass) { in Usb20ACMixerUnit() argument
37 super(length, type, subtype, subClass); in Usb20ACMixerUnit()
DUsbACMixerUnit.java27 public UsbACMixerUnit(int length, byte type, byte subtype, int subClass) { in UsbACMixerUnit() argument
28 super(length, type, subtype, subClass); in UsbACMixerUnit()
DUsb20ACOutputTerminal.java37 public Usb20ACOutputTerminal(int length, byte type, byte subtype, int subClass) { in Usb20ACOutputTerminal() argument
38 super(length, type, subtype, subClass); in Usb20ACOutputTerminal()
DUsb10ACMixerUnit.java33 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/
DUsbInterface.java54 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);
DUsbDevice.java73 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/
DUsbHostManager.java285 private boolean isBlackListed(int clazz, int subClass) { in isBlackListed() argument
291 && subClass == UsbConstants.USB_INTERFACE_SUBCLASS_BOOT; in isBlackListed()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt30724 Landroid/icu/text/MeasureFormat$MeasureProxy;->subClass:I