Searched defs:currentDataRole (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbPortManager.java | 368 final int currentDataRole = portInfo.mUsbPortStatus.getCurrentDataRole(); in setPortRoles() local 858 int currentDataRole, boolean canChangeDataRole, in addOrUpdatePortLocked() 1154 int currentDataRole, boolean canChangeDataRole, in setStatus() 1186 int currentDataRole, boolean canChangeDataRole, in setStatus() 1262 public int currentDataRole; field in UsbPortManager.RawPortInfo 1282 int currentDataRole, boolean canChangeDataRole, in RawPortInfo()
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbPortStatus.java | 234 public UsbPortStatus(int currentMode, int currentPowerRole, int currentDataRole, in UsbPortStatus()
|