Searched refs:supportedContaminantProtectionModes (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/hal/port/ |
H A D | RawPortInfo.java | 31 public final int supportedContaminantProtectionModes; field in RawPortInfo 54 this.supportedContaminantProtectionModes = UsbPortStatus.CONTAMINANT_PROTECTION_NONE; in RawPortInfo() 69 public RawPortInfo(String portId, int supportedModes, int supportedContaminantProtectionModes, in RawPortInfo() argument 80 this(portId, supportedModes, supportedContaminantProtectionModes, in RawPortInfo() 91 public RawPortInfo(String portId, int supportedModes, int supportedContaminantProtectionModes, in RawPortInfo() argument 109 this.supportedContaminantProtectionModes = supportedContaminantProtectionModes; in RawPortInfo() 141 dest.writeInt(supportedContaminantProtectionModes); in writeToParcel() 172 int supportedContaminantProtectionModes = in.readInt(); 196 supportedContaminantProtectionModes, currentMode, canChangeMode,
|
H A D | UsbPortAidl.java | 531 int supportedContaminantProtectionModes = UsbPortStatus.CONTAMINANT_PROTECTION_NONE; in toSupportedContaminantProtectionModes() local 534 supportedContaminantProtectionModes |= toContaminantProtectionStatus(aidlMode); in toSupportedContaminantProtectionModes() 537 return supportedContaminantProtectionModes; in toSupportedContaminantProtectionModes() 670 .supportedContaminantProtectionModes), in notifyPortStatusChange()
|
H A D | UsbPortHidl.java | 493 current.supportedContaminantProtectionModes, in notifyPortStatusChange_1_2()
|
/aosp14/frameworks/base/core/java/android/hardware/usb/ |
H A D | ParcelableUsbPort.java | 41 int supportedContaminantProtectionModes, in ParcelableUsbPort() argument 48 mSupportedContaminantProtectionModes = supportedContaminantProtectionModes; in ParcelableUsbPort() 111 int supportedContaminantProtectionModes = in.readInt(); 118 supportedContaminantProtectionModes,
|
H A D | UsbPort.java | 274 int supportedContaminantProtectionModes, in UsbPort() argument 277 this(usbManager, id, supportedModes, supportedContaminantProtectionModes, in UsbPort() 285 int supportedContaminantProtectionModes, in UsbPort() argument 297 mSupportedContaminantProtectionModes = supportedContaminantProtectionModes; in UsbPort()
|
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/ |
H A D | UsbPortManager.java | 966 portInfo.supportedContaminantProtectionModes, in updatePortsLocked() 987 currentPortInfo.supportedContaminantProtectionModes, in updatePortsLocked() 1037 int supportedContaminantProtectionModes, in addOrUpdatePortLocked() argument 1104 portId, supportedModes, supportedContaminantProtectionModes, in addOrUpdatePortLocked() 1444 int supportedContaminantProtectionModes, in PortInfo() argument 1450 supportedContaminantProtectionModes, in PortInfo()
|