Searched refs:parentInputList (Results 1 – 2 of 2) sorted by relevance
443 List<String> parentInputList = mHdmiParentInputMap.get(parentId); in removeHardwareInput() local444 parentInputList.remove(inputId); in removeHardwareInput()445 if (parentInputList.isEmpty()) { in removeHardwareInput()
3084 List<String> parentInputList = hdmiParentInputMap.get(sessionState.inputId); in getSessionActualInputId() local3085 sessionActualInputId = parentInputList.get(0); in getSessionActualInputId()