Searched refs:hasHIDInterface (Results 1 – 4 of 4) sorted by relevance
94 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()
623 public boolean hasHIDInterface() { in hasHIDInterface() method in UsbDescriptorParser679 if (hasMic && hasHIDInterface()) { in getInputHeadsetProbability()732 if (hasSpeaker && hasHIDInterface()) { in getOutputHeadsetProbability()
335 boolean hasHid = descriptorParser.hasHIDInterface(); in logUsbDevice()423 parser.hasAudioInterface(), parser.hasHIDInterface(), in usbDeviceAdded()460 parser.hasHIDInterface(), parser.hasStorageInterface(), in usbDeviceRemoved()
41739 PLcom/android/server/usb/descriptors/UsbDescriptorParser;->hasHIDInterface()Z