summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/hdmi/HdmiCecLocalDeviceTv.java
Commit message (Expand)AuthorAgeFilesLines
* Prevent sending <Feature Abort> for some messages.Jungshik Jang2014-09-051-8/+34
* CEC: Revamp volume control action.Jungshik Jang2014-09-051-14/+21
* CEC: Fixes bugs in routing controlJinsuk Kim2014-09-021-7/+13
* CEC: Implement dump() of HdmiControlServiceTerry Heo2014-08-281-0/+13
* Allow broadcast for <Set System Audio Mode>.Jungshik Jang2014-08-271-8/+11
* Merge "Fix a bug that the HdmiCecLocalDeviceTv sends <User Control Released> ...Jinsuk Kim2014-08-271-0/+4
|\
| * Fix a bug that the HdmiCecLocalDeviceTv sends <User Control Released> message...Dongil Seo2014-08-271-0/+4
* | Fix several bugs in HdmiControlService.Jungshik Jang2014-08-261-21/+63
|/
* Use common language code in hdmi service.Jungshik Jang2014-08-221-2/+3
* Merge "CEC: Skip routing control/internal source selection conditionally" int...Jinsuk Kim2014-08-221-6/+14
|\
| * CEC: Skip routing control/internal source selection conditionallyJinsuk Kim2014-08-221-6/+14
* | CEC: Fix a bug not sending <Set Stream Path>Jinsuk Kim2014-08-211-1/+1
|/
* Merge "CEC: Broadcast language setting whenever it changes" into lmp-devTerry Heo2014-08-161-5/+13
|\
| * CEC: Broadcast language setting whenever it changesTerry Heo2014-08-181-5/+13
* | CEC: Hook up device select API to MHL device RAPJinsuk Kim2014-08-201-1/+0
* | CEC: Invoke events listener upon MHL device state changeJinsuk Kim2014-08-191-4/+2
* | CEC: Replace the usage of logical address with id for HdmiDeviceInfoJinsuk Kim2014-08-141-39/+42
* | Merge "CEC: Fix two bugs" into lmp-devJinsuk Kim2014-08-111-3/+4
|\ \ | |/ |/|
| * CEC: Fix two bugsJinsuk Kim2014-08-121-3/+4
* | CEC: Make sure CEC switch info is always updatedJinsuk Kim2014-08-121-12/+16
|/
* Hook up device power status change to TIFJungshik Jang2014-08-111-6/+6
* CEC: Content observer to handle TV Setting updateJinsuk Kim2014-08-081-3/+1
* Implement PowerStatusMonitorAction.Jungshik Jang2014-08-081-0/+20
* Rename HdmiCecDeviceInfo into HdmiDeviceInfo.Jungshik Jang2014-08-071-60/+60
* CEC: Hide CEC devices behind non-CEC switchJinsuk Kim2014-08-071-8/+77
* Prevent hot plug detection action from multiple device pollingJungshik Jang2014-08-071-7/+2
* Merge "More tweaks for recording" into lmp-devJungshik Jang2014-08-051-1/+1
|\
| * More tweaks for recordingJungshik Jang2014-08-051-1/+1
* | CEC: Make deviceSelect to active device a no-opJinsuk Kim2014-08-051-0/+5
|/
* Fix bugs on timer recording action.Jungshik Jang2014-08-051-6/+12
* Let STB oneTouchPlay on SCREEN_ON event.Yuncheol Heo2014-08-051-2/+3
* Implement clear timer.Jungshik Jang2014-08-051-7/+70
* Add the CEC message handler for the standby mode.Yuncheol Heo2014-08-041-2/+19
* Fix bugs in active source command handling in HdmiControlJinsuk Kim2014-08-011-2/+3
* System API HdmiControlService.getActiveSourceJinsuk Kim2014-08-011-0/+1
* Invoke input change listener at path changeJinsuk Kim2014-07-291-5/+5
* Make it pass CECT 11.1.3 System standbyYuncheol Heo2014-07-301-12/+0
* Give clear distinction between active source/active routing pathJinsuk Kim2014-07-281-36/+56
* Merge "Add portID information in HdmiCecDeviceInfo" into lmp-devJinsuk Kim2014-07-241-2/+6
|\
| * Add portID information in HdmiCecDeviceInfoJinsuk Kim2014-07-251-2/+6
* | Replace osd message for record status with IHdmiRecordCallback.Jungshik Jang2014-07-251-3/+52
|/
* Implement OneTouchRecordAction and stop one touch record.Jungshik Jang2014-07-241-0/+92
* Invoke device event listeners when clearing CEC devicesJinsuk Kim2014-07-221-0/+4
* Invoke callback for HdmiControlService.deviceSelect() for internal sourceJinsuk Kim2014-07-211-2/+5
* Hook up system audio modeJungshik Jang2014-07-171-46/+28
* Apply hdmi control options to operationJinsuk Kim2014-07-141-4/+17
* Start system audio initialization mode on new device discovery.Jungshik Jang2014-07-121-1/+19
* Store active source/active port in HdmiControlService when disabledJinsuk Kim2014-07-121-7/+17
* Keep preferred address for HdmiControlServiceJinsuk Kim2014-07-121-0/+17
* Merge "Handle TODO in SystemAudioActionFromTv."Yuncheol Heo2014-07-101-0/+7
|\