Searched defs:currentPowerRole (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/ |
H A D | UsbPortManager.java | 422 final int currentPowerRole = portInfo.mUsbPortStatus.getCurrentPowerRole(); in setPortRoles() local 914 int currentPowerRole, boolean canChangePowerRole, in addOrUpdatePortLocked() 1211 int currentPowerRole, boolean canChangePowerRole, in setStatus() 1243 int currentPowerRole, boolean canChangePowerRole, in setStatus() 1318 public int currentPowerRole; field in UsbPortManager.RawPortInfo 1339 int currentPowerRole, boolean canChangePowerRole, in RawPortInfo()
|
/aosp12/frameworks/base/core/java/android/hardware/usb/ |
H A D | UsbPortStatus.java | 235 public UsbPortStatus(int currentMode, int currentPowerRole, int currentDataRole, in UsbPortStatus()
|