Searched defs:currentPowerRole (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbPortManager.java | 369 final int currentPowerRole = portInfo.mUsbPortStatus.getCurrentPowerRole(); in setPortRoles() local 857 int currentPowerRole, boolean canChangePowerRole, in addOrUpdatePortLocked() 1153 int currentPowerRole, boolean canChangePowerRole, in setStatus() 1185 int currentPowerRole, boolean canChangePowerRole, in setStatus() 1260 public int currentPowerRole; field in UsbPortManager.RawPortInfo 1281 int currentPowerRole, boolean canChangePowerRole, in RawPortInfo()
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbPortStatus.java | 234 public UsbPortStatus(int currentMode, int currentPowerRole, int currentDataRole, in UsbPortStatus()
|