Home
last modified time | relevance | path

Searched refs:getCurrentPowerRole (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java583 final int currentPowerRole = portInfo.mUsbPortStatus.getCurrentPowerRole(); in setPortRoles()
1507 || mUsbPortStatus.getCurrentPowerRole() != currentPowerRole in setStatus()
1544 || mUsbPortStatus.getCurrentPowerRole() != currentPowerRole in setStatus()
1599 || mUsbPortStatus.getCurrentPowerRole() != currentPowerRole in setStatus()
H A DUsbDeviceManager.java1030 mSourcePower = status.getCurrentPowerRole() == POWER_ROLE_SOURCE; in handleMessage()
1031 mSinkPower = status.getCurrentPowerRole() == POWER_ROLE_SINK; in handleMessage()
/aosp14/frameworks/base/core/java/android/hardware/usb/
H A DUsbPortStatus.java498 public @UsbPowerRole int getCurrentPowerRole() { in getCurrentPowerRole() method in UsbPortStatus
/aosp14/frameworks/base/core/java/com/android/internal/usb/
H A DDumpUtils.java232 status.getCurrentPowerRole()); in writePortStatus()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt6118 method public int getCurrentPowerRole();