Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceAudioSystem.java103 private final HashMap<String, HdmiDeviceInfo> mTvInputsToDeviceInfo = new HashMap<>(); field in HdmiCecLocalDeviceAudioSystem
153 mTvInputsToDeviceInfo.put(inputId, info); in addOrUpdateTvInput()
161 if (mTvInputsToDeviceInfo.get(inputId) == null) { in removeTvInput()
164 int portId = mTvInputsToDeviceInfo.get(inputId).getPortId(); in removeTvInput()
166 mTvInputsToDeviceInfo.remove(inputId); in removeTvInput()
309 HdmiDeviceInfo info = mTvInputsToDeviceInfo.get(tvInputId); in onHotplug()
1290 HdmiUtils.dumpMap(pw, "mTvInputsToDeviceInfo:", mTvInputsToDeviceInfo); in dump()