Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbDescriptorParser.java467 int terminalCategory = type & ~0xFF; in hasInput() local
468 if (terminalCategory != UsbTerminalTypes.TERMINAL_USB_UNDEFINED in hasInput()
469 && terminalCategory != UsbTerminalTypes.TERMINAL_OUT_UNDEFINED) { in hasInput()
505 int terminalCategory = type & ~0xFF; in hasOutput() local
506 if (terminalCategory != UsbTerminalTypes.TERMINAL_USB_UNDEFINED in hasOutput()
507 && terminalCategory != UsbTerminalTypes.TERMINAL_IN_UNDEFINED) { in hasOutput()