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.java108 private final HashMap<String, HdmiDeviceInfo> mTvInputsToDeviceInfo = new HashMap<>(); field in HdmiCecLocalDeviceAudioSystem
159 mTvInputsToDeviceInfo.put(inputId, info); in addOrUpdateTvInput()
170 if (mTvInputsToDeviceInfo.get(inputId) == null) { in removeTvInput()
173 int portId = mTvInputsToDeviceInfo.get(inputId).getPortId(); in removeTvInput()
175 mTvInputsToDeviceInfo.remove(inputId); in removeTvInput()
184 HdmiDeviceInfo info = mTvInputsToDeviceInfo.get(tvInputId); in isInputReady()
218 HdmiDeviceInfo info = mTvInputsToDeviceInfo.get(tvInputId); in onHotplug()
1398 HdmiUtils.dumpMap(pw, "mTvInputsToDeviceInfo:", mTvInputsToDeviceInfo); in dump()