Home
last modified time | relevance | path

Searched refs:supportedContaminantProtectionModes (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/hal/port/
DRawPortInfo.java31 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,
DUsbPortAidl.java532 int supportedContaminantProtectionModes = UsbPortStatus.CONTAMINANT_PROTECTION_NONE; in toSupportedContaminantProtectionModes() local
535 supportedContaminantProtectionModes |= toContaminantProtectionStatus(aidlMode); in toSupportedContaminantProtectionModes()
538 return supportedContaminantProtectionModes; in toSupportedContaminantProtectionModes()
681 .supportedContaminantProtectionModes), in notifyPortStatusChange()
DUsbPortHidl.java493 current.supportedContaminantProtectionModes, in notifyPortStatusChange_1_2()
/frameworks/base/core/java/android/hardware/usb/
DParcelableUsbPort.java41 int supportedContaminantProtectionModes, in ParcelableUsbPort() argument
48 mSupportedContaminantProtectionModes = supportedContaminantProtectionModes; in ParcelableUsbPort()
111 int supportedContaminantProtectionModes = in.readInt();
118 supportedContaminantProtectionModes,
DUsbPort.java282 int supportedContaminantProtectionModes, in UsbPort() argument
285 this(usbManager, id, supportedModes, supportedContaminantProtectionModes, in UsbPort()
293 int supportedContaminantProtectionModes, in UsbPort() argument
305 mSupportedContaminantProtectionModes = supportedContaminantProtectionModes; in UsbPort()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java976 portInfo.supportedContaminantProtectionModes, in updatePortsLocked()
997 currentPortInfo.supportedContaminantProtectionModes, in updatePortsLocked()
1047 int supportedContaminantProtectionModes, in addOrUpdatePortLocked() argument
1114 portId, supportedModes, supportedContaminantProtectionModes, in addOrUpdatePortLocked()
1474 int supportedContaminantProtectionModes, in PortInfo() argument
1480 supportedContaminantProtectionModes, in PortInfo()