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.java367 int terminalCategory = type & ~0xFF; in hasInput() local
368 if (terminalCategory != UsbTerminalTypes.TERMINAL_USB_UNDEFINED in hasInput()
369 && terminalCategory != UsbTerminalTypes.TERMINAL_OUT_UNDEFINED) { in hasInput()
405 int terminalCategory = type & ~0xFF; in hasOutput() local
406 if (terminalCategory != UsbTerminalTypes.TERMINAL_USB_UNDEFINED in hasOutput()
407 && terminalCategory != UsbTerminalTypes.TERMINAL_IN_UNDEFINED) { in hasOutput()