Searched refs:POWER_ROLE_SOURCE (Results 1 – 9 of 9) sorted by relevance
58 public static final int POWER_ROLE_SOURCE = 1; field in UsbPortStatus67 POWER_ROLE_SOURCE,
41 import static android.hardware.usb.UsbPortStatus.POWER_ROLE_SOURCE;574 case POWER_ROLE_SOURCE: in powerRoleToString()
29 import static android.hardware.usb.UsbPortStatus.POWER_ROLE_SOURCE;114 UsbPort.combineRolesAsBit(POWER_ROLE_SOURCE, DATA_ROLE_HOST);116 POWER_ROLE_SOURCE, DATA_ROLE_DEVICE);590 if (canChangeMode && newPowerRole == POWER_ROLE_SOURCE in setPortRoles()928 POWER_ROLE_SOURCE, currentDataRole); in addOrUpdatePortLocked()
26 import static android.hardware.usb.UsbPortStatus.POWER_ROLE_SOURCE;935 powerRole = POWER_ROLE_SOURCE; in dump()1018 powerRole = POWER_ROLE_SOURCE; in dump()
23 import static android.hardware.usb.UsbPortStatus.POWER_ROLE_SOURCE;962 mSourcePower = status.getCurrentPowerRole() == POWER_ROLE_SOURCE; in handleMessage()970 POWER_ROLE_SOURCE, DATA_ROLE_HOST) in handleMessage()972 && status.isRoleCombinationSupported(POWER_ROLE_SOURCE, in handleMessage()
35 import static android.hardware.usb.UsbPortStatus.POWER_ROLE_SOURCE;
251 POWER_ROLE_SOURCE = 1; enumerator
5426 field public static final int POWER_ROLE_SOURCE = 1; // 0x1
22468 Landroid/hardware/usb/UsbPort;->POWER_ROLE_SOURCE:I