Searched defs:subtype (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbACInterfaceUnparsed.java25 public UsbACInterfaceUnparsed(int length, byte type, byte subtype, int subClass) { argument
26 super(length, type, subtype, subClass);
H A DUsbMSMidiHeader.java28 public UsbMSMidiHeader(int length, byte type, byte subtype, int subclass) { argument
29 super(length, type, subtype, subclass);
H A DUsbMSMidiInputJack.java28 UsbMSMidiInputJack(int length, byte type, byte subtype, int subclass) { argument
29 super(length, type, subtype, subclass);
H A DUsbMSMidiOutputJack.java28 public UsbMSMidiOutputJack(int length, byte type, byte subtype, int subclass) { argument
29 super(length, type, subtype, subclass);
H A DUsb10ACOutputTerminal.java31 public Usb10ACOutputTerminal(int length, byte type, byte subtype, int subClass) { argument
32 super(length, type, subtype, subClass);
H A DUsb20ACHeader.java32 public Usb20ACHeader(int length, byte type, byte subtype, int subclass, int spec) { argument
33 super(length, type, subtype, subclass, spec);
H A DUsb20ACMixerUnit.java36 public Usb20ACMixerUnit(int length, byte type, byte subtype, int subClass) { argument
37 super(length, type, subtype, subClass);
H A DUsb20ASFormatI.java34 public Usb20ASFormatI(int length, byte type, byte subtype, byte formatType, int subclass) { argument
35 super(length, type, subtype, formatType, subclass);
H A DUsb20ASFormatII.java37 public Usb20ASFormatII(int length, byte type, byte subtype, byte formatType, int subclass) { argument
38 super(length, type, subtype, formatType, subclass);
H A DUsb20ASFormatIII.java34 public Usb20ASFormatIII(int length, byte type, byte subtype, byte formatType, int subclass) { argument
35 super(length, type, subtype, formatType, subclass);
H A DUsbACHeaderInterface.java34 int length, byte type, byte subtype, int subclass, int adcRelease) {
35 super(length, type, subtype, subclass);
33 UsbACHeaderInterface( int length, byte type, byte subtype, int subclass, int adcRelease) argument
H A DUsb10ACHeader.java35 public Usb10ACHeader(int length, byte type, byte subtype, int subclass, int spec) { argument
36 super(length, type, subtype, subclass, spec);
H A DUsb10ACInputTerminal.java35 public Usb10ACInputTerminal(int length, byte type, byte subtype, int subclass) { argument
36 super(length, type, subtype, subclass);
H A DUsb10ACMixerUnit.java33 public Usb10ACMixerUnit(int length, byte type, byte subtype, int subClass) { argument
34 super(length, type, subtype, subClass);
H A DUsb10ASFormatI.java36 public Usb10ASFormatI(int length, byte type, byte subtype, byte formatType, int subclass) { argument
37 super(length, type, subtype, formatType, subclass);
H A DUsb10ASFormatII.java41 public Usb10ASFormatII(int length, byte type, byte subtype, byte formatType, int subclass) { argument
42 super(length, type, subtype, formatType, subclass);
H A DUsb10ASGeneral.java37 public Usb10ASGeneral(int length, byte type, byte subtype, int subclass) { argument
38 super(length, type, subtype, subclass);
H A DUsb20ACInputTerminal.java42 public Usb20ACInputTerminal(int length, byte type, byte subtype, int subclass) { argument
43 super(length, type, subtype, subclass);
H A DUsb20ACOutputTerminal.java37 public Usb20ACOutputTerminal(int length, byte type, byte subtype, int subClass) { argument
38 super(length, type, subtype, subClass);
H A DUsb20ASFormatIIEx.java37 public Usb20ASFormatIIEx(int length, byte type, byte subtype, byte formatType, byte subclass) { argument
38 super(length, type, subtype, formatType, subclass);
H A DUsbACMixerUnit.java27 public UsbACMixerUnit(int length, byte type, byte subtype, int subClass) { argument
28 super(length, type, subtype, subClass);
H A DUsbACSelectorUnit.java35 public UsbACSelectorUnit(int length, byte type, byte subtype, int subClass) { argument
36 super(length, type, subtype, subClass);
H A DUsbACTerminal.java35 public UsbACTerminal(int length, byte type, byte subtype, int subclass) { argument
36 super(length, type, subtype, subclass);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodSubtypePreference.java32 * Input method subtype preference.
34 * This preference represents a subtype of an IME. It is used to enable or disable the subtype.
40 public InputMethodSubtypePreference(final Context context, final InputMethodSubtype subtype, argument
43 imi.getId() + subtype.hashCode(),
44 InputMethodAndSubtypeUtil.getSubtypeLocaleNameAsSentence(subtype, context, imi),
45 subtype.getLocale(),
/frameworks/base/core/java/android/net/metrics/
H A DDhcpErrorEvent.java59 // byte 1: error subtype
97 private static int makeErrorCode(int type, int subtype) { argument
98 return (type << 24) | ((0xFF & subtype) << 16);

Completed in 76 milliseconds

12