Searched refs:getCurrentPowerRole (Results 1 – 5 of 5) sorted by relevance
70 public int getCurrentPowerRole() { in getCurrentPowerRole() method in UsbPortStatus
214 status.getCurrentPowerRole()); in writePortStatus()
192 final int currentPowerRole = portInfo.mUsbPortStatus.getCurrentPowerRole(); in setPortRoles()764 || mUsbPortStatus.getCurrentPowerRole() != currentPowerRole in setStatus()
840 mSourcePower = status.getCurrentPowerRole() == UsbPort.POWER_ROLE_SOURCE; in handleMessage()841 mSinkPower = status.getCurrentPowerRole() == UsbPort.POWER_ROLE_SINK; in handleMessage()
2651 Landroid/hardware/usb/UsbPortStatus;->getCurrentPowerRole()I