Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/hdmi/
DHdmiPortInfo.java55 public HdmiPortInfo(int id, int type, int address, boolean cec, boolean mhl, boolean arc) { in HdmiPortInfo() argument
61 mMhlSupported = mhl; in HdmiPortInfo()
140 boolean mhl = (source.readInt() == 1);
141 return new HdmiPortInfo(id, type, address, cec, mhl, arc);
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto577 optional Mhl mhl = 73; field