Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java154 private final ArrayMap<String, RawPortInfo> mSimulatedPorts = field in UsbPortManager
630 RawPortInfo sim = mSimulatedPorts.get(portId); in setPortRoles()
749 if (mSimulatedPorts.containsKey(portId)) { in addSimulatedPort()
756 mSimulatedPorts.put(portId, in addSimulatedPort()
909 final int index = mSimulatedPorts.indexOfKey(portId); in removeSimulatedPort()
916 mSimulatedPorts.removeAt(index); in removeSimulatedPort()
924 if (!mSimulatedPorts.isEmpty()) { in resetSimulation()
925 mSimulatedPorts.clear(); in resetSimulation()
939 !mSimulatedPorts.isEmpty()); in dump()
961 if (!mSimulatedPorts.isEmpty()) { in updatePortsLocked()
[all …]