summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/hdmi/HdmiCecController.java
Commit message (Expand)AuthorAgeFilesLines
* CEC: Revamp volume control action.Jungshik Jang2014-09-051-15/+6
* Merge "Fix system audio mode failure in boot up" into lmp-devJungshik Jang2014-08-291-3/+3
|\
| * Fix system audio mode failure in boot upJungshik Jang2014-08-291-3/+3
* | CEC: Implement dump() of HdmiControlServiceTerry Heo2014-08-281-0/+12
|/
* Add more debug message to HdmiControlServiceJungshik Jang2014-08-271-1/+15
* Hook up native mhl api to HdmiControl Service.Jungshik Jang2014-08-121-8/+8
* Prevent hot plug detection action from multiple device pollingJungshik Jang2014-08-071-12/+10
* Refactor <Feature Abort> logic to concentrate it in one place.Yuncheol Heo2014-08-051-12/+18
* Do no send <Feature Abort> as response of <Feature Abort>Jungshik Jang2014-07-171-8/+13
* Keep preferred address for HdmiControlServiceJinsuk Kim2014-07-121-2/+0
* Implement retransmission of cec request.Jungshik Jang2014-07-111-4/+13
* Merge "HdmiConfig class holding constants that may need customization"Jinsuk Kim2014-07-101-4/+1
|\
| * HdmiConfig class holding constants that may need customizationJinsuk Kim2014-07-111-4/+1
* | Revamp disabling device in local device.Jungshik Jang2014-07-111-0/+6
|/
* Add port number to hot plug event handler.Jungshik Jang2014-07-081-6/+6
* Removed class HdmiCecJinsuk Kim2014-07-041-30/+25
* Set source address for <Polling Message>Jungshik Jang2014-07-031-9/+12
* Add setOption for HdmiControlServiceJinsuk Kim2014-07-021-3/+3
* Introduce @ServiceThreadOnly and @IothreadOnly to HdmiControlServiceJungshik Jang2014-06-241-1/+27
* Fix missing iteration policy on device discover actionJungshik Jang2014-06-171-8/+8
* Rearrange ownership between Hdmi control modules.Jungshik Jang2014-06-171-98/+1
* RoutingControlAction for HdmiControlServiceJinsuk Kim2014-06-121-1/+6
* Move message handling logic to local device instead of service.Jungshik Jang2014-06-121-0/+39
* Implement hotplug detection sequence.Jungshik Jang2014-06-051-10/+71
* Refactor HdmiCecLocalDevice and logical address allocation logic.Jungshik Jang2014-06-051-37/+20
* Add SystemAudioAction(FromAvr|FromTv).Yuncheol Heo2014-06-031-1/+1
* Start Device Discovery after logical address allocation.Jungshik Jang2014-05-301-2/+3
* Do not reply with <Feature Abort> to CEC Broadcast messageJinsuk Kim2014-05-291-8/+8
* Implement device discovery sequence.Jungshik Jang2014-05-291-6/+29
* Add cec message handler to hdmi cec jni implementationJungshik Jang2014-05-281-16/+7
* Fix a bug using wrong addresses for CEC logical address allocationJinsuk Kim2014-05-271-1/+1
* Hook up the CEC playback API to service internal logic.Jinsuk Kim2014-05-271-7/+18
* Add HdmiCecDeviceInfo to HdmiCecLocalDeviceJungshik Jang2014-05-261-3/+2
* Implement <Polling Message>.Jungshik Jang2014-05-261-20/+116
* Merge "Add the constants for the callback result of SendCecCommand()."Yuncheol Heo2014-05-261-4/+5
|\
| * Add the constants for the callback result of SendCecCommand().Yuncheol Heo2014-05-261-4/+5
* | CEC Initialization per device typeJinsuk Kim2014-05-251-53/+42
|/
* Add SendMessageCallback to Hdmi control service.Jungshik Jang2014-05-231-110/+83
* Add several actions for ARC (Audio Return Channel)Jungshik Jang2014-05-211-3/+5
* Initialize internal CEC logical devicesJinsuk Kim2014-05-151-5/+45
* Implement handlers for system information query command.Jungshik Jang2014-05-141-20/+28
* Implement more native api for Hdmi cec.Jungshik Jang2014-05-071-2/+64
* Implement logical address allocation logic for HDMI CEC.Jungshik Jang2014-05-021-0/+105
* Implement add/remove device info api for Hdmi Cec device.Jungshik Jang2014-05-021-0/+72
* Implement native send and receive logic for HdmiCecController.Jungshik Jang2014-04-301-17/+115
* Implement skeleton of new HDMI Control Service.Jungshik Jang2014-04-251-0/+94