Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbDescriptorParser.java688 public boolean hasMIDIInterface() { in hasMIDIInterface() method in UsbDescriptorParser
910 if (hasMIDIInterface()) { in getInputHeadsetProbability()
959 if (hasMIDIInterface()) { in getOutputHeadsetLikelihood()
1031 if (hasMIDIInterface() || hasHIDInterface()) { in isDock()
H A DUsbDeviceDescriptor.java163 parser.hasMIDIInterface(), in toAndroid()
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAlsaManager.java363 boolean hasMidi = parser.hasMIDIInterface(); in addMidiDevice()