History log of /frameworks/base/core/java/android/hardware/hdmi/HdmiPortInfo.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
417a95685eaad8790d4639ef6fa1bf6d61ce5ac6 13-Nov-2014 Yuncheol Heo <ycheo@google.com> CEC: Fix a bug in HdmiPortInfo.createFromParcel().

- Added equals() for the testing.

Bug: 18376178
Change-Id: Icc7d5fe78b3132bf51754fc3bb0d5a40e0d3b20a
/frameworks/base/core/java/android/hardware/hdmi/HdmiPortInfo.java
2b0da5c4c84305f1d391dc78b85e244c9fd92456 22-Oct-2014 Yuncheol Heo <ycheo@google.com> CEC: Fix apilint errors.

- Change 'protected' to 'package private'.
- Change '@hide' to '{@hide}' for methods which should be still hidden
for linting.
- Rename addVendorCommandListener to setVendorCommandListener and make sure to be called once.
- Fix the implementation of removeHotplugEventListener().

Bug: 18063669
Change-Id: I5c032736f17bab9518f21596f7adeac2f88ba4c1
/frameworks/base/core/java/android/hardware/hdmi/HdmiPortInfo.java
959d2db12c7c6a06465af1251bc4cece580a72a3 28-Aug-2014 Terry Heo <terryheo@google.com> CEC: Implement dump() of HdmiControlService

In addition, use hexadecimal address representation in HdmiPortInfo.toString()

Bug: 17310007
Change-Id: Iaba8f718f86a18a23b50f983053c7589dcdcfaf8
/frameworks/base/core/java/android/hardware/hdmi/HdmiPortInfo.java
f4eb72d53b4c5bc2286841006ad473ad4448bcf8 25-Jul-2014 Jinsuk Kim <jinsukkim@google.com> Add MHL getPortInfo

Allows MHL support flag to be put into port information

Bug: 16215362
Change-Id: I1873c8e60b02f47a97509576fc40d57efb056817
/frameworks/base/core/java/android/hardware/hdmi/HdmiPortInfo.java
0340bbc89f8162f9c2a298c98b03bfcdd1bc6e87 05-Jun-2014 Jinsuk Kim <jinsukkim@google.com> RoutingControlAction for HdmiControlService

Routing control action is initiated in various cases, such as manual
TV input port switching, routing change of a different CEC switch,
and so on. The action determines the device to be a new active source.

Change-Id: I1efcd6ff1919dd94d6fa0e0ffa6e430c48d4e9c6
/frameworks/base/core/java/android/hardware/hdmi/HdmiPortInfo.java