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