Home
last modified time | relevance | path

Searched defs:mSubclass (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbACEndpoint.java31 protected final int mSubclass; // from the mSubclass member of the "enclosing" field in UsbACEndpoint
H A DUsbASFormat.java43 public UsbASFormat(int length, byte type, byte subtype, byte formatType, int mSubclass) { in UsbASFormat()
H A DUsbACInterface.java81 protected final int mSubclass; // from the mSubclass member of the field in UsbACInterface
/aosp14/frameworks/base/core/java/android/hardware/usb/
H A DUsbInterface.java43 private final int mSubclass; field in UsbInterface
H A DUsbDevice.java63 private final int mSubclass; field in UsbDevice
424 private final int mSubclass; field in UsbDevice.Builder
H A DDeviceFilter.java51 public final int mSubclass; field in DeviceFilter
/aosp14/frameworks/base/tools/powermodel/src/com/android/powermodel/
H A DRawBatteryStats.java757 private Class<? extends Record> mSubclass; field in RawBatteryStats.RecordFactory