Searched defs:mSubclass (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ | ||
H A D | UsbACEndpoint.java | 31 protected final int mSubclass; // from the mSubclass member of the "enclosing" field in UsbACEndpoint |
H A D | UsbASFormat.java | 43 public UsbASFormat(int length, byte type, byte subtype, byte formatType, int mSubclass) { in UsbASFormat() |
H A D | UsbACInterface.java | 81 protected final int mSubclass; // from the mSubclass member of the field in UsbACInterface |
/aosp14/frameworks/base/core/java/android/hardware/usb/ | ||
H A D | UsbInterface.java | 43 private final int mSubclass; field in UsbInterface |
H A D | UsbDevice.java | 63 private final int mSubclass; field in UsbDevice |
H A D | DeviceFilter.java | 51 public final int mSubclass; field in DeviceFilter |
/aosp14/frameworks/base/tools/powermodel/src/com/android/powermodel/ | ||
H A D | RawBatteryStats.java | 757 private Class<? extends Record> mSubclass; field in RawBatteryStats.RecordFactory |