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.java236 int supportedRoleCombinations, int contaminantProtectionStatus, in UsbPortStatus() argument
241 mSupportedRoleCombinations = supportedRoleCombinations; in UsbPortStatus()
364 int supportedRoleCombinations = in.readInt();
368 supportedRoleCombinations, contaminantProtectionStatus,
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java880 int supportedRoleCombinations = UsbPort.combineRolesAsBit( in addOrUpdatePortLocked() local
886 supportedRoleCombinations |= in addOrUpdatePortLocked()
892 supportedRoleCombinations |= UsbPort.combineRolesAsBit( in addOrUpdatePortLocked()
894 supportedRoleCombinations |= UsbPort.combineRolesAsBit( in addOrUpdatePortLocked()
899 supportedRoleCombinations |= UsbPort.combineRolesAsBit( in addOrUpdatePortLocked()
901 supportedRoleCombinations |= UsbPort.combineRolesAsBit( in addOrUpdatePortLocked()
907 supportedRoleCombinations |= COMBO_SOURCE_HOST | COMBO_SINK_DEVICE; in addOrUpdatePortLocked()
921 supportedRoleCombinations, contaminantProtectionStatus, in addOrUpdatePortLocked()
958 supportedRoleCombinations, contaminantProtectionStatus, in addOrUpdatePortLocked()
1157 int supportedRoleCombinations) { in setStatus() argument
[all …]