Home
last modified time | relevance | path

Searched refs:isRoleCombinationSupported (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
DUsbPortStatus.java295 public boolean isRoleCombinationSupported(@UsbPowerRole int powerRole, in isRoleCombinationSupported() method in UsbPortStatus
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java845 mSupportsAllCombinations = status.isRoleCombinationSupported( in handleMessage()
847 && status.isRoleCombinationSupported(POWER_ROLE_SINK, DATA_ROLE_HOST) in handleMessage()
848 && status.isRoleCombinationSupported(POWER_ROLE_SOURCE, in handleMessage()
850 && status.isRoleCombinationSupported(POWER_ROLE_SINK, DATA_ROLE_DEVICE); in handleMessage()
DUsbPortManager.java360 if (!portInfo.mUsbPortStatus.isRoleCombinationSupported(newPowerRole, newDataRole)) { in setPortRoles()
/frameworks/base/non-updatable-api/
Dsystem-current.txt3645 method public boolean isRoleCombinationSupported(int, int);
/frameworks/base/api/
Dsystem-current.txt3697 method public boolean isRoleCombinationSupported(int, int);
/frameworks/base/config/
Dboot-image-profile.txt10093 PLandroid/hardware/usb/UsbPortStatus;->isRoleCombinationSupported(II)Z