summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/hdmi
Commit message (Expand)AuthorAgeFilesLines
* CEC: API setSystemAudioModeJinsuk Kim2015-03-301-3/+18
* CEC: Expose API sendStandby()Jinsuk Kim2015-03-202-0/+27
* CEC: Do null/empty check against the parameter for checkRecordSource()Jinsuk Kim2015-01-291-0/+2
* CEC: Add logic to return to internal sourceJinsuk Kim2015-01-221-1/+46
* Mark TimeUnit as @SystemApiJinsuk Kim2015-01-211-1/+6
* CEC: Let MHL device be of type 'source'Jinsuk Kim2015-01-051-3/+9
* CEC: make it sure to send vendor commands when changing a setting.Yuncheol Heo2014-12-021-1/+1
* CEC: Fix a bug in HdmiPortInfo.createFromParcel().Yuncheol Heo2014-11-141-1/+12
* Add recorder address to all recording listerner apis.Jungshik Jang2014-11-053-14/+26
* CEC: Fix apilint errors.Yuncheol Heo2014-10-2410-98/+126
* CEC: Fix JavaDoc errors.Yuncheol Heo2014-10-241-1/+1
* CEC: Add a callback for vendor when HDMI control setting is changed.Yuncheol Heo2014-10-203-5/+37
* CEC: add getDeviceList()Jinsuk Kim2014-10-202-0/+19
* Change visibility of RecordSource into public.Jungshik Jang2014-10-021-1/+3
* CEC: Bug fixes for vendor-specific command handlingJinsuk Kim2014-09-121-0/+1
* Replace the MHL register name 'scratchpad' with 'vendor'Jinsuk Kim2014-09-123-28/+27
* CEC: Revamp volume control action.Jungshik Jang2014-09-051-0/+19
* CEC: Implement dump() of HdmiControlServiceTerry Heo2014-08-281-1/+1
* Fix several bugs in HdmiControlService.Jungshik Jang2014-08-261-0/+6
* Implement interfaces for MHL scratchpad commandJungshik Jang2014-08-224-41/+136
* CEC: Hook up device select API to MHL device RAPJinsuk Kim2014-08-201-4/+6
* CEC: Invoke events listener upon MHL device state changeJinsuk Kim2014-08-191-1/+1
* CEC: Replace the usage of logical address with id for HdmiDeviceInfoJinsuk Kim2014-08-142-18/+67
* Move input change event handling out of TVInputManagerJinsuk Kim2014-08-121-0/+37
* Hook up device power status change to TIFJungshik Jang2014-08-112-2/+11
* CEC: Content observer to handle TV Setting updateJinsuk Kim2014-08-082-51/+0
* Rename HdmiCecDeviceInfo into HdmiDeviceInfo.Jungshik Jang2014-08-0710-300/+440
* Prevent hot plug detection action from multiple device pollingJungshik Jang2014-08-071-1/+1
* More tweaks for recordingJungshik Jang2014-08-051-2/+3
* Refine recode apis.Jungshik Jang2014-08-052-14/+18
* Merge "Fix invalid annotation, @throw" into lmp-devJungshik Jang2014-08-051-4/+4
|\
| * Fix invalid annotation, @throwJungshik Jang2014-08-051-4/+4
* | Plumbing for HdmiTvClient and HdmiControlServiceJinsuk Kim2014-08-053-15/+68
|/
* Implement clear timer.Jungshik Jang2014-08-054-17/+285
* Fix several bugs on timer recoder code.Jungshik Jang2014-08-041-11/+11
* System API HdmiControlService.getActiveSourceJinsuk Kim2014-08-012-0/+13
* Send TV app the intent for the new active sourceJinsuk Kim2014-07-291-7/+43
* Add MHL getPortInfoJinsuk Kim2014-07-281-0/+11
* Merge "Add portID information in HdmiCecDeviceInfo" into lmp-devJinsuk Kim2014-07-241-3/+17
|\
| * Add portID information in HdmiCecDeviceInfoJinsuk Kim2014-07-251-3/+17
* | Replace osd message for record status with IHdmiRecordCallback.Jungshik Jang2014-07-258-90/+214
|/
* Implement OneTouchRecordAction and stop one touch record.Jungshik Jang2014-07-244-8/+155
* Add @hide and @SystemApi to HdmiTimerRecordSourcesJungshik Jang2014-07-241-0/+8
* Fix buildJae Seo2014-07-231-0/+4
* Fix unknown tag @throwJungshik Jang2014-07-231-3/+3
* Add startTimerRecording api to IHdmiControlService.Jungshik Jang2014-07-233-11/+454
* Define a constant for HDMI-CEC logical address used for internal sourceJinsuk Kim2014-07-221-1/+7
* Add two apis for one touch record.Jungshik Jang2014-07-214-2/+838
* Support HdmiControlService.sendKeyEvent for both TV/playback deviceJinsuk Kim2014-07-112-1/+29
* Add HdmiCecMessageValidator to verify the incoming messages.Yuncheol Heo2014-07-101-0/+6