summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/tv/TvInputHardwareManager.java
Commit message (Expand)AuthorAgeFilesLines
* TIF: Minor code improvementJae Seo2015-06-211-34/+34
* TIF: Use the right size for calls to toArray() instead of 0Jae Seo2015-06-211-1/+1
* TIF: Convert fields to local variablesJae Seo2015-06-051-8/+7
* Audio: Remove the concept of master volume.John Spurlock2015-03-041-10/+5
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* Changing AudioManager.listAudioDevicePorts to take a ArrayList<AudioDevicePor...Paul McLean2015-02-191-10/+8
* TIF: fix loud volume after input switch when volume is 0Wonsik Kim2015-01-271-1/+3
* TIF: TvInputHardwareManager puts multiple sink ports into audio patchWonsik Kim2015-01-201-50/+66
* DO NOT MERGE TIF: Add a null checking in TvInputHardwareManager.Dongwon Kang2015-01-051-4/+7
* CEC: Let the caller check CEC device typeJinsuk Kim2014-12-231-0/+1
* TIF: TvInputHardwareManager to listen to volume changesWonsik Kim2014-12-061-12/+80
* Merge "TIF: fix setSurface() logic" into lmp-mr1-devJae Seo2014-11-201-1/+1
|\
| * TIF: fix setSurface() logicWonsik Kim2014-11-201-1/+1
* | Merge "TIF: set audio gain properly" into lmp-mr1-devWonsik Kim2014-11-201-10/+64
|\ \ | |/ |/|
| * TIF: set audio gain properlyWonsik Kim2014-11-201-10/+64
* | TIF: fix NPE for TvInputHardwareManagerWonsik Kim2014-11-181-12/+19
|/
* Fix buildWonsik Kim2014-10-271-1/+1
* Merge "TIF: change input state based on the number of available streams" into...Wonsik Kim2014-10-271-0/+17
|\
| * TIF: change input state based on the number of available streamsWonsik Kim2014-10-211-0/+17
* | TIF: fix wrong config comparison & confusing method nameWonsik Kim2014-10-221-3/+3
|/
* CEC: Do not publish the service if native/HAL is not readyJinsuk Kim2014-10-131-0/+2
* TIF: fix NPE at onHdmiDeviceUpdated()Wonsik Kim2014-10-081-10/+13
* TIF: fix retrieving sinkConfigWonsik Kim2014-10-061-1/+1
* Add null-check for system audio mode change event.Jungshik Jang2014-08-261-1/+3
* Use id to find proper HdmiDeviceInfo instead of ojbect itself.Jungshik Jang2014-08-201-4/+15
* TIF: Fix some comment warningsJae Seo2014-08-181-5/+0
* Merge "CEC: Replace the usage of logical address with id for HdmiDeviceInfo" ...Jinsuk Kim2014-08-161-5/+5
|\
| * CEC: Replace the usage of logical address with id for HdmiDeviceInfoJinsuk Kim2014-08-141-5/+5
* | TIF: handle HDMI CEC power status changeWonsik Kim2014-08-131-4/+16
|/
* TIF: small refactoring around audio configuration updateWonsik Kim2014-08-121-30/+33
* Move input change event handling out of TVInputManagerJinsuk Kim2014-08-121-27/+1
* Add IHdmiSystemAudioModeChangeListner to TvInputHardwareManager.Jungshik Jang2014-08-111-1/+26
* Hook up device power status change to TIFJungshik Jang2014-08-111-15/+37
* TIF: Change CEC specific names to more general onesJae Seo2014-08-071-33/+29
* Rename HdmiCecDeviceInfo into HdmiDeviceInfo.Jungshik Jang2014-08-071-12/+12
* TIF: TvInputHardwareManager to listen to audio port changesWonsik Kim2014-08-061-12/+63
* CEC: Make deviceSelect to active device a no-opJinsuk Kim2014-08-051-0/+1
* TIF: implement setVolume for hardware inputsWonsik Kim2014-08-051-9/+53
* TIF: allow TIS to override default sink from audio policyWonsik Kim2014-08-041-33/+86
* TIF: ensure hardware / CEC event calling sequenceWonsik Kim2014-07-301-29/+90
* Send TV app the intent for the new active sourceJinsuk Kim2014-07-291-2/+17
* TIF: Support HDMI-CEC active source managementJi-Hwan Lee2014-07-241-14/+0
* Add a frame capture API of TV inputTerry Heo2014-07-241-0/+130
* TIF: Revisit types in TvInputInfo and TvContract.Channels.Dongwon Kang2014-07-221-3/+0
* Revert "Send TV app the intent for the new active source"Jinsuk Kim2014-07-211-8/+2
* Send TV app the intent for the new active sourceJinsuk Kim2014-07-211-2/+8
* TIF: fix indexOfValue usageWonsik Kim2014-07-211-4/+13
* TIF: Extend multiple TV input per service for HDMI logical devicesJi-Hwan Lee2014-07-211-35/+92
* TIF: Register IHdmiInputChangeListener to physical input managerJinsuk Kim2014-07-211-23/+44
* TIF: misc fix for TvInputHalWonsik Kim2014-07-191-2/+2