summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/tv
Commit message (Expand)AuthorAgeFilesLines
* TvInputHal: Fix bug in first frame captured functionDomi Papoi2015-10-061-1/+1
* TIF: Get or create the user state when failed to find existing oneJae Seo2015-07-201-46/+43
* TIF: Use per-user ContentResolver in the TvInputManagerServiceJae Seo2015-06-231-42/+63
* TIF: Minor code improvementJae Seo2015-06-214-69/+62
* TIF: Use the right size for calls to toArray() instead of 0Jae Seo2015-06-212-4/+3
* TIF: Convert fields to local variablesJae Seo2015-06-051-8/+7
* TIF: Build the list of available TV inputs as the current userJae Seo2015-05-201-2/+3
* TIF: Pass the playback params as a wholeJae Seo2015-05-161-6/+5
* Pass charset to XmlPullParser.setInput instead of nullWojciech Staszkiewicz2015-05-141-2/+3
* TIF: Add DVB device handling to TvInputManagerServiceJaesung Chung2015-05-141-0/+81
* TIF: Rename requestUnblockContent to unblockContentJae Seo2015-05-111-3/+3
* Update use of procstate for services.Dianne Hackborn2015-04-291-1/+3
* TIF: Fix incorrect uses of INPUT_STATE_XXXJae Seo2015-04-211-14/+2
* TIF: Update the input list even when a single component in a package is updated.Dongwon Kang2015-04-081-0/+8
* TIF: Redefine time shift status and change callback and position APIsJae Seo2015-04-071-4/+4
* TIF: Add time shift APIs.Dongwon Kang2015-04-021-0/+154
* 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: 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
| |/