summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/tv
Commit message (Expand)AuthorAgeFilesLines
* 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: change TvInputHal events to run on its own threadWonsik Kim2015-01-051-2/+3
* 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
* TIF: handle a race condition when a session is crashedDongwon Kang2014-12-051-33/+46
* TIF: fix a race condition when TvInputManager is initializedDongwon Kang2014-12-021-4/+17
* 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-222-6/+6
|/
* 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
* TIF: Re-connect the session on package update.Ji-Hwan Lee2014-09-161-58/+58
* TIF: Turn debugging offJae Seo2014-09-142-4/+2
* Notify of the update of TvInputInfoChulwoo Lee2014-09-111-12/+78
* Bind hardware TIS at startupWonsik Kim2014-08-301-0/+1
* TIF: cosmetic changes for consistency.Dongwon Kang2014-08-291-392/+398
* TIF: Enable applications to register custom content rating systemsJae Seo2014-08-271-15/+37
* TIF: fix callback cleanup logic in removeSessionStateLocked().Dongwon Kang2014-08-271-7/+7
* Merge "TIF: Remove the registered callback when the client process has died" ...Jae Seo2014-08-271-33/+61
|\
| * TIF: Remove the registered callback when the client process has diedJae Seo2014-08-261-33/+61
* | Merge "TIF: clean up pending createSession requests when a package is removed...Dongwon Kang2014-08-271-11/+30
|\ \
| * | TIF: clean up pending createSession requests when a package is removed.Dongwon Kang2014-08-271-11/+30
| |/
* | Merge "Revert "TIF: Temporarily disable permission check for parental control...Jae Seo2014-08-271-7/+6
|\ \
| * | Revert "TIF: Temporarily disable permission check for parental controls"Jae Seo2014-08-271-7/+6
* | | Add null-check for system audio mode change event.Jungshik Jang2014-08-261-1/+3
| |/ |/|
* | API Review: android.media.tvJae Seo2014-08-201-1/+0
* | Use id to find proper HdmiDeviceInfo instead of ojbect itself.Jungshik Jang2014-08-201-4/+15
* | TIF: Call setMain(false) when session is released.Ji-Hwan Lee2014-08-191-39/+40
* | Merge "TIF: Remove session state when hardware wrapper input crashes" into lm...Ji-Hwan Lee2014-08-161-5/+2
|\ \
| * | TIF: Remove session state when hardware wrapper input crashesJi-Hwan Lee2014-08-171-5/+2
* | | TIF: Fix some comment warningsJae Seo2014-08-182-11/+5
* | | Merge "Fix ConcurrentModificationException in PersistentDataStore" into lmp-devChulwoo Lee2014-08-161-8/+14
|\ \ \
| * | | Fix ConcurrentModificationException in PersistentDataStoreChulwoo Lee2014-08-171-8/+14
| |/ /
* | | Merge "CEC: Replace the usage of logical address with id for HdmiDeviceInfo" ...Jinsuk Kim2014-08-162-7/+7
|\ \ \ | |/ / |/| |
| * | CEC: Replace the usage of logical address with id for HdmiDeviceInfoJinsuk Kim2014-08-142-7/+7
* | | TIF: Make passthrough related method names consistentJae Seo2014-08-161-1/+1
* | | TIF: Change the directory of the state fileJae Seo2014-08-141-3/+8
* | | TIF: fix IOException at PersistentDataStore.save()Wonsik Kim2014-08-141-2/+3
* | | Merge "TIF: handle HDMI CEC power status change" into lmp-devWonsik Kim2014-08-122-6/+39
|\ \ \
| * | | TIF: handle HDMI CEC power status changeWonsik Kim2014-08-132-6/+39
| |/ /
* | | TIF: Create TvInputState only once per each inputJae Seo2014-08-131-43/+31