Searched refs:POWER_ROLE_SOURCE (Results 1 – 5 of 5) sorted by relevance
87 public static final int POWER_ROLE_SOURCE = Constants.PortPowerRole.SOURCE; field in UsbPort195 case POWER_ROLE_SOURCE: in powerRoleToString()
78 UsbPort.combineRolesAsBit(UsbPort.POWER_ROLE_SOURCE, UsbPort.DATA_ROLE_HOST);80 UsbPort.combineRolesAsBit(UsbPort.POWER_ROLE_SOURCE, UsbPort.DATA_ROLE_DEVICE);213 if (canChangeMode && newPowerRole == UsbPort.POWER_ROLE_SOURCE in setPortRoles()629 UsbPort.POWER_ROLE_SOURCE, currentDataRole); in addOrUpdatePortLocked()
556 powerRole = UsbPort.POWER_ROLE_SOURCE; in dump()639 powerRole = UsbPort.POWER_ROLE_SOURCE; in dump()
840 mSourcePower = status.getCurrentPowerRole() == UsbPort.POWER_ROLE_SOURCE; in handleMessage()849 UsbPort.POWER_ROLE_SOURCE, UsbPort.DATA_ROLE_HOST) in handleMessage()852 && status.isRoleCombinationSupported(UsbPort.POWER_ROLE_SOURCE, in handleMessage()
214 POWER_ROLE_SOURCE = 1; enumerator