Searched refs:mTvInputsToDeviceInfo (Results 1 – 1 of 1) sorted by relevance
107 private final HashMap<String, HdmiDeviceInfo> mTvInputsToDeviceInfo = new HashMap<>(); field in HdmiCecLocalDeviceAudioSystem158 mTvInputsToDeviceInfo.put(inputId, info); in addOrUpdateTvInput()169 if (mTvInputsToDeviceInfo.get(inputId) == null) { in removeTvInput()172 int portId = mTvInputsToDeviceInfo.get(inputId).getPortId(); in removeTvInput()174 mTvInputsToDeviceInfo.remove(inputId); in removeTvInput()183 HdmiDeviceInfo info = mTvInputsToDeviceInfo.get(tvInputId); in isInputReady()216 HdmiDeviceInfo info = mTvInputsToDeviceInfo.get(tvInputId); in onHotplug()1366 HdmiUtils.dumpMap(pw, "mTvInputsToDeviceInfo:", mTvInputsToDeviceInfo); in dump()