Searched refs:canChangeDataRole (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbPortManager.java | 385 final boolean canChangeDataRole = portInfo.mCanChangeDataRole; in setPortRoles() 389 || (!canChangeDataRole && currentDataRole != newDataRole)) { in setPortRoles() 498 int dataRole, boolean canChangeDataRole, IndentingPrintWriter pw) { in connectSimulatedPort() argument 523 + ", canChangeDataRole=" + canChangeDataRole); in connectSimulatedPort() 529 portInfo.canChangeDataRole = canChangeDataRole; in connectSimulatedPort() 569 portInfo.canChangeDataRole = false; in disconnectSimulatedPort() 644 current.currentDataRole, current.canChangeDataRole, in notifyPortStatusChange() 681 current.status.currentDataRole, current.status.canChangeDataRole, in notifyPortStatusChange_1_1() 720 current.status_1_1.status.canChangeDataRole, in notifyPortStatusChange_1_2() 811 portInfo.currentDataRole, portInfo.canChangeDataRole, in updatePortsLocked() [all …]
|
D | UsbService.java | 723 final boolean canChangeDataRole = args[4].endsWith("?"); in dump() 724 switch (canChangeDataRole ? removeLastChar(args[4]) : args[4]) { in dump() 737 powerRole, canChangePowerRole, dataRole, canChangeDataRole, pw); in dump()
|