Searched refs:canChangeMode (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/hal/port/ |
H A D | RawPortInfo.java | 33 public boolean canChangeMode; field in RawPortInfo 70 int currentMode, boolean canChangeMode, in RawPortInfo() argument 81 currentMode, canChangeMode, in RawPortInfo() 92 int currentMode, boolean canChangeMode, in RawPortInfo() argument 111 this.canChangeMode = canChangeMode; in RawPortInfo() 143 dest.writeByte((byte) (canChangeMode ? 1 : 0)); in writeToParcel() 174 boolean canChangeMode = in.readByte() != 0; 196 supportedContaminantProtectionModes, currentMode, canChangeMode,
|
H A D | UsbPortHidl.java | 420 current.canChangeMode, current.currentPowerRole, in notifyPortStatusChange() 458 current.status.canChangeMode, current.status.currentPowerRole, in notifyPortStatusChange_1_1() 495 current.status_1_1.status.canChangeMode, in notifyPortStatusChange_1_2()
|
H A D | UsbPortAidl.java | 672 current.canChangeMode, in notifyPortStatusChange()
|
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/ |
H A D | UsbPortManager.java | 806 + ", canChangeMode=" + canChangeMode in connectSimulatedPort() 812 portInfo.canChangeMode = canChangeMode; in connectSimulatedPort() 898 portInfo.canChangeMode = false; in disconnectSimulatedPort() 1038 int currentMode, boolean canChangeMode, in addOrUpdatePortLocked() argument 1057 canChangeMode = false; in addOrUpdatePortLocked() 1092 } else if (canChangeMode) { in addOrUpdatePortLocked() 1109 portInfo.setStatus(currentMode, canChangeMode, in addOrUpdatePortLocked() 1147 if (portInfo.setStatus(currentMode, canChangeMode, in addOrUpdatePortLocked() 1502 mCanChangeMode = canChangeMode; in setStatus() 1539 mCanChangeMode = canChangeMode; in setStatus() [all …]
|
H A D | UsbService.java | 1080 final boolean canChangeMode = args[2].endsWith("?"); in dump() 1081 switch (canChangeMode ? removeLastChar(args[2]) : args[2]) { in dump() 1119 mPortManager.connectSimulatedPort(portId, mode, canChangeMode, in dump()
|