Home
last modified time | relevance | path

Searched refs:mhlPortInfo (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecNetwork.java455 HdmiPortInfo[] mhlPortInfo = mHdmiMhlController.getPortInfos(); in initPortInfo() local
456 ArraySet<Integer> mhlSupportedPorts = new ArraySet<Integer>(mhlPortInfo.length); in initPortInfo()
457 for (HdmiPortInfo info : mhlPortInfo) { in initPortInfo()