Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/report/
H A DUsbStrings.java33 private static HashMap<Byte, String> sACControlInterfaceNames; field in UsbStrings
70 sACControlInterfaceNames = new HashMap<Byte, String>(); in initACControlInterfaceNames()
71 sACControlInterfaceNames.put(UsbACInterface.ACI_UNDEFINED, "Undefined"); in initACControlInterfaceNames()
72 sACControlInterfaceNames.put(UsbACInterface.ACI_HEADER, "Header"); in initACControlInterfaceNames()
73 sACControlInterfaceNames.put(UsbACInterface.ACI_INPUT_TERMINAL, "Input Terminal"); in initACControlInterfaceNames()
75 sACControlInterfaceNames.put(UsbACInterface.ACI_MIXER_UNIT, "Mixer Unit"); in initACControlInterfaceNames()
76 sACControlInterfaceNames.put(UsbACInterface.ACI_SELECTOR_UNIT, "Selector Unit"); in initACControlInterfaceNames()
77 sACControlInterfaceNames.put(UsbACInterface.ACI_FEATURE_UNIT, "Feature Unit"); in initACControlInterfaceNames()
80 sACControlInterfaceNames.put(UsbACInterface.ACI_CLOCK_SOURCE, "Clock Source"); in initACControlInterfaceNames()
83 sACControlInterfaceNames.put(UsbACInterface.ACI_SAMPLE_RATE_CONVERTER, in initACControlInterfaceNames()
[all …]