Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/usb/
DUsbPortStatus.java38 int supportedRoleCombinations) { in UsbPortStatus() argument
42 mSupportedRoleCombinations = supportedRoleCombinations; in UsbPortStatus()
134 int supportedRoleCombinations = in.readInt();
136 supportedRoleCombinations);
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java616 int supportedRoleCombinations = UsbPort.combineRolesAsBit( in addOrUpdatePortLocked() local
622 supportedRoleCombinations |= in addOrUpdatePortLocked()
628 supportedRoleCombinations |= UsbPort.combineRolesAsBit( in addOrUpdatePortLocked()
630 supportedRoleCombinations |= UsbPort.combineRolesAsBit( in addOrUpdatePortLocked()
635 supportedRoleCombinations |= UsbPort.combineRolesAsBit( in addOrUpdatePortLocked()
637 supportedRoleCombinations |= UsbPort.combineRolesAsBit( in addOrUpdatePortLocked()
643 supportedRoleCombinations |= COMBO_SOURCE_HOST | COMBO_SINK_DEVICE; in addOrUpdatePortLocked()
654 supportedRoleCombinations); in addOrUpdatePortLocked()
669 supportedRoleCombinations)) { in addOrUpdatePortLocked()
758 int supportedRoleCombinations) { in setStatus() argument
[all …]