Home
last modified time | relevance | path

Searched refs:POWER_ROLE_SOURCE (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
DUsbPortStatus.java53 public static final int POWER_ROLE_SOURCE = Constants.PortPowerRole.SOURCE; field in UsbPortStatus
62 POWER_ROLE_SOURCE,
DUsbPort.java34 import static android.hardware.usb.UsbPortStatus.POWER_ROLE_SOURCE;
235 case POWER_ROLE_SOURCE: in powerRoleToString()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java27 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()
DUsbService.java25 import static android.hardware.usb.UsbPortStatus.POWER_ROLE_SOURCE;
630 powerRole = POWER_ROLE_SOURCE; in dump()
713 powerRole = POWER_ROLE_SOURCE; in dump()
DUsbDeviceManager.java23 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()
/frameworks/base/core/proto/android/service/
Dusb.proto246 POWER_ROLE_SOURCE = 1; enumerator
/frameworks/base/api/
Dsystem-current.txt3060 field public static final int POWER_ROLE_SOURCE = 1; // 0x1
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt27128 Landroid/hardware/usb/UsbPort;->POWER_ROLE_SOURCE:I