Home | History | Annotate | Download | only in usb

Lines Matching defs:mSimulatedPorts

117     private final ArrayMap<String, RawPortInfo> mSimulatedPorts =
239 RawPortInfo sim = mSimulatedPorts.get(portId);
306 if (mSimulatedPorts.containsKey(portId)) {
313 mSimulatedPorts.put(portId,
323 final RawPortInfo portInfo = mSimulatedPorts.get(portId);
359 final RawPortInfo portInfo = mSimulatedPorts.get(portId);
378 final int index = mSimulatedPorts.indexOfKey(portId);
385 mSimulatedPorts.removeAt(index);
393 if (!mSimulatedPorts.isEmpty()) {
394 mSimulatedPorts.clear();
408 !mSimulatedPorts.isEmpty());
545 * Simulated ports directly add the new roles to mSimulatedPorts before calling.
554 if (!mSimulatedPorts.isEmpty()) {
555 final int count = mSimulatedPorts.size();
557 final RawPortInfo portInfo = mSimulatedPorts.valueAt(i);