Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java827 HdmiPortInfo[] mhlPortInfo = mMhlController.getPortInfos(); in initPortInfo() local
828 ArraySet<Integer> mhlSupportedPorts = new ArraySet<Integer>(mhlPortInfo.length); in initPortInfo()
829 for (HdmiPortInfo info : mhlPortInfo) { in initPortInfo()