Home
last modified time | relevance | path

Searched refs:hasHIDInterface (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tests/UsbTests/src/com/android/server/usb/
H A DUsbDescriptorParserTests.java94 assertTrue(parser.hasHIDInterface()); in testHeadsetDescriptorParser()
120 assertTrue(parser.hasHIDInterface()); in testHeadphoneDescriptorParser()
146 assertTrue(parser.hasHIDInterface()); in testLineoutDescriptorParser()
168 assertTrue(parser.hasHIDInterface()); in testNothingDescriptorParser()
190 assertFalse(parser.hasHIDInterface()); in testMassStorageDescriptorParser()
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbDescriptorParser.java623 public boolean hasHIDInterface() { in hasHIDInterface() method in UsbDescriptorParser
679 if (hasMic && hasHIDInterface()) { in getInputHeadsetProbability()
732 if (hasSpeaker && hasHIDInterface()) { in getOutputHeadsetProbability()
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbHostManager.java335 boolean hasHid = descriptorParser.hasHIDInterface(); in logUsbDevice()
423 parser.hasAudioInterface(), parser.hasHIDInterface(), in usbDeviceAdded()
460 parser.hasHIDInterface(), parser.hasStorageInterface(), in usbDeviceRemoved()
/aosp12/frameworks/base/services/
H A Dart-profile41739 PLcom/android/server/usb/descriptors/UsbDescriptorParser;->hasHIDInterface()Z