Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/usb/
DUsbPortStatus.java467 int supportedRoleCombinations, int contaminantProtectionStatus, in UsbPortStatus() argument
477 mSupportedRoleCombinations = supportedRoleCombinations; in UsbPortStatus()
504 int supportedRoleCombinations, int contaminantProtectionStatus, in UsbPortStatus() argument
508 this(currentMode, currentPowerRole, currentDataRole, supportedRoleCombinations, in UsbPortStatus()
516 int supportedRoleCombinations, int contaminantProtectionStatus, in UsbPortStatus() argument
518 this(currentMode, currentPowerRole, currentDataRole, supportedRoleCombinations, in UsbPortStatus()
751 int supportedRoleCombinations = in.readInt();
767 supportedRoleCombinations, contaminantProtectionStatus,
841 public Builder setSupportedRoleCombinations(int supportedRoleCombinations) { in setSupportedRoleCombinations() argument
842 mSupportedRoleCombinations = supportedRoleCombinations; in setSupportedRoleCombinations()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java1079 int supportedRoleCombinations = UsbPort.combineRolesAsBit( in addOrUpdatePortLocked() local
1085 supportedRoleCombinations |= in addOrUpdatePortLocked()
1091 supportedRoleCombinations |= UsbPort.combineRolesAsBit( in addOrUpdatePortLocked()
1093 supportedRoleCombinations |= UsbPort.combineRolesAsBit( in addOrUpdatePortLocked()
1098 supportedRoleCombinations |= UsbPort.combineRolesAsBit( in addOrUpdatePortLocked()
1100 supportedRoleCombinations |= UsbPort.combineRolesAsBit( in addOrUpdatePortLocked()
1106 supportedRoleCombinations |= COMBO_SOURCE_HOST | COMBO_SINK_DEVICE; in addOrUpdatePortLocked()
1122 supportedRoleCombinations, contaminantProtectionStatus, in addOrUpdatePortLocked()
1160 supportedRoleCombinations, contaminantProtectionStatus, in addOrUpdatePortLocked()
1529 int supportedRoleCombinations) { in setStatus() argument
[all …]
/frameworks/base/tests/UsbManagerTests/src/android/hardware/usb/
DUsbPortStatusTest.java57 int supportedRoleCombinations = getSupportedRoleCombinations( in testIsPdCompliant() local
66 supportedRoleCombinations, in testIsPdCompliant()