Searched refs:supportedContaminantProtectionModes (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/hardware/usb/ |
D | ParcelableUsbPort.java | 39 int supportedContaminantProtectionModes, in ParcelableUsbPort() argument 44 mSupportedContaminantProtectionModes = supportedContaminantProtectionModes; in ParcelableUsbPort() 98 int supportedContaminantProtectionModes = in.readInt(); 103 supportedContaminantProtectionModes,
|
D | UsbPort.java | 67 int supportedContaminantProtectionModes, in UsbPort() argument 77 mSupportedContaminantProtectionModes = supportedContaminantProtectionModes; in UsbPort()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbPortManager.java | 714 current.supportedContaminantProtectionModes, in notifyPortStatusChange_1_2() 808 portInfo.supportedContaminantProtectionModes, in updatePortsLocked() 820 currentPortInfo.supportedContaminantProtectionModes, in updatePortsLocked() 855 int supportedContaminantProtectionModes, in addOrUpdatePortLocked() argument 914 portId, supportedModes, supportedContaminantProtectionModes, in addOrUpdatePortLocked() 1143 int supportedContaminantProtectionModes, in PortInfo() argument 1147 supportedContaminantProtectionModes, in PortInfo() 1257 public final int supportedContaminantProtectionModes; field in UsbPortManager.RawPortInfo 1272 this.supportedContaminantProtectionModes = UsbPortStatus.CONTAMINANT_PROTECTION_NONE; in RawPortInfo() 1279 RawPortInfo(String portId, int supportedModes, int supportedContaminantProtectionModes, in RawPortInfo() argument [all …]
|