summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/hdmi
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "CEC: Switch active input after routing control" into lmp-mr1-devJinsuk Kim2015-01-211-2/+1
|\
| * CEC: Switch active input after routing controlJinsuk Kim2015-01-211-2/+1
* | CEC: Process new options for CEC/MHL HALJinsuk Kim2015-01-193-1/+28
* | CEC: Make TV try to allocate logical address 0 firstJinsuk Kim2015-01-192-9/+5
|/
* CEC: Do not send <Active Source> when TV wakes up by one touch playJinsuk Kim2015-01-162-1/+11
* CEC: Buffer Cec messages while allocating logical addressJinsuk Kim2015-01-162-10/+93
* CEC: Support sendStandby() for MHL deviceJinsuk Kim2015-01-153-0/+18
* CEC: Keep Playback device awake while it is the active sourceJinsuk Kim2015-01-094-23/+68
* CEC: Handle <Active Source> arriving before TvInputCallback.onAddInputJinsuk Kim2015-01-083-13/+66
* CEC: Make deviceSelect work for MHL deviceJinsuk Kim2015-01-062-2/+16
* CEC: Buffer <Set System Audio Mode>Jinsuk Kim2015-01-022-1/+7
* Merge "CEC: Let the caller check CEC device type" into lmp-mr1-devJinsuk Kim2014-12-221-1/+1
|\
| * CEC: Let the caller check CEC device typeJinsuk Kim2014-12-231-1/+1
* | CEC: Allow no vendor-specific data for <Vendor Command With ID>Jinsuk Kim2014-12-201-1/+1
|/
* CEC: Pass port ID for set_audio_return_channelJinsuk Kim2014-12-173-6/+7
* CEC: Explictly remove and add device when updatingJinsuk Kim2014-12-091-1/+2
* CEC: Update CEC device info properlyJinsuk Kim2014-12-091-2/+6
* Merge "CEC: Disable debug logging" into lmp-mr1-devJinsuk Kim2014-12-081-1/+1
|\
| * CEC: Disable debug loggingJinsuk Kim2014-12-081-1/+1
* | Merge "CEC: Avoid setting op in disabled mode" into lmp-mr1-devJinsuk Kim2014-12-061-17/+22
|\ \
| * | CEC: Avoid setting op in disabled modeJinsuk Kim2014-12-051-17/+22
| |/
* | Merge "CEC: Introduce the retry for commands on the new device discovery." in...Jinsuk Kim2014-12-053-19/+54
|\ \
| * | CEC: Introduce the retry for commands on the new device discovery.Yuncheol Heo2014-12-043-19/+54
* | | CEC: Generate hotplug events upon adding listenerJinsuk Kim2014-12-041-2/+33
| |/ |/|
* | CEC: Check command type for power status monitor actionJinsuk Kim2014-12-031-3/+4
|/
* Merge "CEC: Set the parameter of <System Audio Mode Request> right" into lmp-...Jinsuk Kim2014-12-022-2/+16
|\
| * CEC: Set the parameter of <System Audio Mode Request> rightJinsuk Kim2014-12-022-2/+16
* | CEC: make it sure to send vendor commands when changing a setting.Yuncheol Heo2014-12-022-19/+55
|/
* Merge "CEC: Do not compare active input when updating" into lmp-mr1-devJinsuk Kim2014-11-261-3/+0
|\
| * CEC: Do not compare active input when updatingJinsuk Kim2014-11-251-3/+0
* | Merge "CEC: Do not issue non-effective <Routing Change>" into lmp-mr1-devJinsuk Kim2014-11-242-20/+17
|\ \
| * | CEC: Do not issue non-effective <Routing Change>Jinsuk Kim2014-11-242-20/+17
| |/
* | CEC: Enable log for non-user buildsJinsuk Kim2014-11-221-2/+3
|/
* Merge "CEC: Use thread-safe version for avr info" into lmp-mr1-devJinsuk Kim2014-11-191-1/+1
|\
| * CEC: Use thread-safe version for avr infoJinsuk Kim2014-11-191-1/+1
* | CEC: Buffer messages coming from unknown deviceJinsuk Kim2014-11-125-4/+220
|/
* CEC: Send <Give System Audio Mode> regardless of TV's setting.Jungshik Jang2014-11-072-15/+10
* CEC: Allow no parameters with <System Audio Mode Request>.Yuncheol Heo2014-11-061-1/+12
* CEC: Don't send <Feature Abort> on the short messageYuncheol Heo2014-11-062-22/+35
* Add recorder address to all recording listerner apis.Jungshik Jang2014-11-054-33/+48
* CEC: Use language code "chi" for Traditional ChineseJinsuk Kim2014-10-291-1/+15
* CEC: Send <ReportMenuStatus:active> together sending <ActiveSource>.Yuncheol Heo2014-10-271-3/+6
* CEC: Fix apilint errors.Yuncheol Heo2014-10-241-1/+1
* Merge "CEC: Add missing protections for some HdmiControlService API" into lmp...Jinsuk Kim2014-10-201-0/+6
|\
| * CEC: Add missing protections for some HdmiControlService APIJinsuk Kim2014-10-211-0/+6
* | CEC: Add a callback for vendor when HDMI control setting is changed.Yuncheol Heo2014-10-202-18/+52
* | CEC: add getDeviceList()Jinsuk Kim2014-10-204-18/+54
|/
* CEC: Use hotplug event for MHL device registryJinsuk Kim2014-10-141-13/+6
* Merge "CEC: Queue actions for starting later when not ready" into lmp-mr1-devJinsuk Kim2014-10-135-6/+35
|\
| * CEC: Queue actions for starting later when not readyJinsuk Kim2014-10-135-6/+35