Home
last modified time | relevance | path

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

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