summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/hdmi/DeviceDiscoveryAction.java
Commit message (Expand)AuthorAgeFilesLines
* CEC: Make sure CEC switch info is always updatedJinsuk Kim2014-08-121-0/+3
* Rename FeatureAction into HdmiCecFeatureActionJungshik Jang2014-08-071-1/+1
* Rename HdmiCecDeviceInfo into HdmiDeviceInfo.Jungshik Jang2014-08-071-7/+7
* Add portID information in HdmiCecDeviceInfoJinsuk Kim2014-07-251-2/+8
* HdmiConfig class holding constants that may need customizationJinsuk Kim2014-07-111-6/+4
* Add HdmiCecMessageValidator to verify the incoming messages.Yuncheol Heo2014-07-101-17/+6
* Removed class HdmiCecJinsuk Kim2014-07-041-15/+13
* Call wrapUpAndFinish even if no devices are detected.Jungshik Jang2014-06-301-1/+1
* Fix missing iteration policy on device discover actionJungshik Jang2014-06-171-1/+2
* Rearrange ownership between Hdmi control modules.Jungshik Jang2014-06-171-10/+9
* Refine new device action.Jungshik Jang2014-06-161-4/+1
* Move message handling logic to local device instead of service.Jungshik Jang2014-06-121-4/+2
* Implement cec message cache.Jungshik Jang2014-06-101-3/+25
* Implement hotplug detection sequence.Jungshik Jang2014-06-051-1/+1
* Start Device Discovery after logical address allocation.Jungshik Jang2014-05-301-2/+10
* Implement device discovery sequence.Jungshik Jang2014-05-291-0/+361