Searched refs:mTvInputsToDeviceInfo (Results 1 – 1 of 1) sorted by relevance
103 private final HashMap<String, HdmiDeviceInfo> mTvInputsToDeviceInfo = new HashMap<>(); field in HdmiCecLocalDeviceAudioSystem153 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()