Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
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()
DUsbDeviceDescriptor.java163 parser.hasMIDIInterface(), in toAndroid()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbAlsaManager.java365 boolean hasMidi = parser.hasMIDIInterface(); in addMidiDevice()