Home
last modified time | relevance | path

Searched defs:subclass (Results 1 – 25 of 49) sorted by relevance

12

/aosp12/art/tools/ahat/src/test/com/android/ahat/
H A DObjectsHandlerTest.java49 List<AhatInstance> subclass = ObjectsHandler.getObjects( in getObjects() local
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbACAudioStreamEndpoint.java27 public UsbACAudioStreamEndpoint(int length, byte type, int subclass) { in UsbACAudioStreamEndpoint()
H A DUsbMSMidiHeader.java28 public UsbMSMidiHeader(int length, byte type, byte subtype, int subclass) { in UsbMSMidiHeader()
H A DUsbMSMidiInputJack.java28 UsbMSMidiInputJack(int length, byte type, byte subtype, int subclass) { in UsbMSMidiInputJack()
H A DUsbMSMidiOutputJack.java28 public UsbMSMidiOutputJack(int length, byte type, byte subtype, int subclass) { in UsbMSMidiOutputJack()
H A DUsbACHeaderInterface.java34 int length, byte type, byte subtype, int subclass, int adcRelease) { in UsbACHeaderInterface()
H A DUsbACMidiEndpoint.java31 public UsbACMidiEndpoint(int length, byte type, int subclass) { in UsbACMidiEndpoint()
H A DUsb20ASFormatIII.java34 public Usb20ASFormatIII(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb20ASFormatIII()
H A DUsb20ACHeader.java32 public Usb20ACHeader(int length, byte type, byte subtype, int subclass, int spec) { in Usb20ACHeader()
H A DUsb20ASFormatI.java34 public Usb20ASFormatI(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb20ASFormatI()
H A DUsb20ASFormatII.java37 public Usb20ASFormatII(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb20ASFormatII()
H A DUsb10ASGeneral.java37 public Usb10ASGeneral(int length, byte type, byte subtype, int subclass) { in Usb10ASGeneral()
H A DUsbACEndpoint.java32 UsbACEndpoint(int length, byte type, int subclass) { in UsbACEndpoint()
H A DUsbACTerminal.java35 public UsbACTerminal(int length, byte type, byte subtype, int subclass) { in UsbACTerminal()
H A DUsb10ACInputTerminal.java35 public Usb10ACInputTerminal(int length, byte type, byte subtype, int subclass) { in Usb10ACInputTerminal()
H A DUsbACAudioControlEndpoint.java41 public UsbACAudioControlEndpoint(int length, byte type, int subclass) { in UsbACAudioControlEndpoint()
H A DUsb10ACHeader.java35 public Usb10ACHeader(int length, byte type, byte subtype, int subclass, int spec) { in Usb10ACHeader()
H A DUsb20ASFormatIIEx.java37 public Usb20ASFormatIIEx(int length, byte type, byte subtype, byte formatType, byte subclass) { in Usb20ASFormatIIEx()
H A DUsb20ACInputTerminal.java42 public Usb20ACInputTerminal(int length, byte type, byte subtype, int subclass) { in Usb20ACInputTerminal()
H A DUsb10ASFormatII.java41 public Usb10ASFormatII(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb10ASFormatII()
H A DUsb20ASGeneral.java44 public Usb20ASGeneral(int length, byte type, byte subtype, int subclass) { in Usb20ASGeneral()
/aosp12/frameworks/base/core/java/android/hardware/usb/
H A DDeviceFilter.java61 public DeviceFilter(int vid, int pid, int clasz, int subclass, int protocol, in DeviceFilter()
179 private boolean matches(int clasz, int subclass, int protocol) { in matches()
/aosp12/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DUsbDeviceFilter.java64 UsbDeviceFilter(int vid, int pid, int clasz, int subclass, int protocol, in UsbDeviceFilter()
165 private boolean matches(int clasz, int subclass, int protocol) { in matches()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHidDeviceAppSdpSettings.java56 String name, String description, String provider, byte subclass, byte[] descriptors) { in BluetoothHidDeviceAppSdpSettings()
/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DObjectsHandler.java51 Site site, String className, boolean subclass, String heapName) { in getObjects()

12