Searched refs:POWER_ROLE_SOURCE (Results 1 – 8 of 8) sorted by relevance
53 public static final int POWER_ROLE_SOURCE = Constants.PortPowerRole.SOURCE; field in UsbPortStatus62 POWER_ROLE_SOURCE,
34 import static android.hardware.usb.UsbPortStatus.POWER_ROLE_SOURCE;235 case POWER_ROLE_SOURCE: in powerRoleToString()
27 import static android.hardware.usb.UsbPortStatus.POWER_ROLE_SOURCE;100 UsbPort.combineRolesAsBit(POWER_ROLE_SOURCE, DATA_ROLE_HOST);102 POWER_ROLE_SOURCE, DATA_ROLE_DEVICE);390 if (canChangeMode && newPowerRole == POWER_ROLE_SOURCE in setPortRoles()892 POWER_ROLE_SOURCE, currentDataRole); in addOrUpdatePortLocked()
25 import static android.hardware.usb.UsbPortStatus.POWER_ROLE_SOURCE;630 powerRole = POWER_ROLE_SOURCE; in dump()713 powerRole = POWER_ROLE_SOURCE; in dump()
23 import static android.hardware.usb.UsbPortStatus.POWER_ROLE_SOURCE;833 mSourcePower = status.getCurrentPowerRole() == POWER_ROLE_SOURCE; in handleMessage()841 POWER_ROLE_SOURCE, DATA_ROLE_HOST) in handleMessage()843 && status.isRoleCombinationSupported(POWER_ROLE_SOURCE, in handleMessage()
246 POWER_ROLE_SOURCE = 1; enumerator
3060 field public static final int POWER_ROLE_SOURCE = 1; // 0x1
27128 Landroid/hardware/usb/UsbPort;->POWER_ROLE_SOURCE:I