Searched refs:mhl (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiPortInfo.java | 55 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/ |
D | global.proto | 577 optional Mhl mhl = 73; field
|