Searched defs:currentDataRole (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/ |
H A D | UsbPortManager.java | 421 final int currentDataRole = portInfo.mUsbPortStatus.getCurrentDataRole(); in setPortRoles() local 915 int currentDataRole, boolean canChangeDataRole, in addOrUpdatePortLocked() 1212 int currentDataRole, boolean canChangeDataRole, in setStatus() 1244 int currentDataRole, boolean canChangeDataRole, in setStatus() 1320 public int currentDataRole; field in UsbPortManager.RawPortInfo 1340 int currentDataRole, boolean canChangeDataRole, 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()
|