Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/usb/
H A DParcelableUsbPort.java40 boolean supportsEnableContaminantPresenceProtection, in ParcelableUsbPort() argument
46 supportsEnableContaminantPresenceProtection; in ParcelableUsbPort()
61 port.supportsEnableContaminantPresenceProtection(), in of()
99 boolean supportsEnableContaminantPresenceProtection = in.readBoolean();
104 supportsEnableContaminantPresenceProtection,
H A DUsbPort.java70 boolean supportsEnableContaminantPresenceProtection, in UsbPort() argument
81 supportsEnableContaminantPresenceProtection; in UsbPort()
129 public boolean supportsEnableContaminantPresenceProtection() { in supportsEnableContaminantPresenceProtection() method in UsbPort
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java916 boolean supportsEnableContaminantPresenceProtection, in addOrUpdatePortLocked() argument
972 supportsEnableContaminantPresenceProtection, in addOrUpdatePortLocked()
990 if (supportsEnableContaminantPresenceProtection in addOrUpdatePortLocked()
1203 boolean supportsEnableContaminantPresenceProtection) { in PortInfo() argument
1207 supportsEnableContaminantPresenceProtection); in PortInfo()
1322 public boolean supportsEnableContaminantPresenceProtection; field in UsbPortManager.RawPortInfo
1331 this.supportsEnableContaminantPresenceProtection = false; in RawPortInfo()
1341 boolean supportsEnableContaminantPresenceProtection, in RawPortInfo() argument
1354 this.supportsEnableContaminantPresenceProtection = in RawPortInfo()
1355 supportsEnableContaminantPresenceProtection; in RawPortInfo()
[all …]
/aosp12/hardware/interfaces/usb/1.2/vts/functional/
H A DVtsHalUsbV1_2TargetTest.cpp121 arg.usb_last_port_status.supportsEnableContaminantPresenceProtection = in notifyPortStatusChange_1_2()
122 currentPortStatus[0].supportsEnableContaminantPresenceProtection; in notifyPortStatusChange_1_2()
310 if (!res.args->usb_last_port_status.supportsEnableContaminantPresenceProtection) { in TEST_P()
343 if (!res.args->usb_last_port_status.supportsEnableContaminantPresenceProtection) return; in TEST_P()
/aosp12/hardware/interfaces/usb/1.2/
H A DIUsb.hal44 * When supportsEnableContaminantPresenceProtection is true,
48 * when supportsEnableContaminantPresenceProtection is false does
H A Dtypes.hal103 bool supportsEnableContaminantPresenceProtection;