Home
last modified time | relevance | path

Searched refs:UsbASFormat (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/services/usb/java/com/android/server/usb/descriptors/report/
H A DUsbStrings.java19 import com.android.server.usb.descriptors.UsbASFormat;
232 sFormatNames.put((int) UsbASFormat.FORMAT_TYPE_I, "FORMAT_TYPE_I"); in initFormatNames()
233 sFormatNames.put((int) UsbASFormat.FORMAT_TYPE_II, "FORMAT_TYPE_II"); in initFormatNames()
234 sFormatNames.put((int) UsbASFormat.FORMAT_TYPE_III, "FORMAT_TYPE_III"); in initFormatNames()
235 sFormatNames.put((int) UsbASFormat.FORMAT_TYPE_IV, "FORMAT_TYPE_IV"); in initFormatNames()
236 sFormatNames.put((int) UsbASFormat.EXT_FORMAT_TYPE_I, "EXT_FORMAT_TYPE_I"); in initFormatNames()
237 sFormatNames.put((int) UsbASFormat.EXT_FORMAT_TYPE_II, "EXT_FORMAT_TYPE_II"); in initFormatNames()
238 sFormatNames.put((int) UsbASFormat.EXT_FORMAT_TYPE_III, "EXT_FORMAT_TYPE_III"); in initFormatNames()
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbASFormat.java27 public class UsbASFormat extends UsbACInterface { class
43 public UsbASFormat(int length, byte type, byte subtype, byte formatType, int mSubclass) { in UsbASFormat() method in UsbASFormat
97 return new UsbASFormat(length, type, subtype, formatType, subclass); in allocDescriptor()
H A DUsb20ASFormatIII.java25 public final class Usb20ASFormatIII extends UsbASFormat {
H A DUsb20ASFormatI.java25 public final class Usb20ASFormatI extends UsbASFormat {
H A DUsb20ASFormatII.java25 public final class Usb20ASFormatII extends UsbASFormat {
H A DUsb20ASFormatIIEx.java25 public final class Usb20ASFormatIIEx extends UsbASFormat {
H A DUsb10ASFormatII.java25 public final class Usb10ASFormatII extends UsbASFormat {
H A DUsb10ASFormatI.java25 public final class Usb10ASFormatI extends UsbASFormat {
H A DUsbACInterface.java202 return UsbASFormat.allocDescriptor(parser, stream, length, type, subtype, subClass); in allocAudioStreamingDescriptor()
/aosp12/frameworks/base/services/
H A Dart-profile41709 PLcom/android/server/usb/descriptors/UsbASFormat;-><init>(IBBBI)V
41710 PLcom/android/server/usb/descriptors/UsbASFormat;->allocDescriptor(Lcom/android/server/usb/descript…
56064 Lcom/android/server/usb/descriptors/UsbASFormat;