Searched refs:mhl (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiPortInfo.java | 57 public HdmiPortInfo(int id, int type, int address, boolean cec, boolean mhl, boolean arc) { in HdmiPortInfo() argument 63 mMhlSupported = mhl; in HdmiPortInfo() 142 boolean mhl = (source.readInt() == 1); 143 return new HdmiPortInfo(id, type, address, cec, mhl, arc);
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 579 optional Mhl mhl = 73; field
|