summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/tv/TvInputManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* 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-211-27/+21
* TIF: Use the right size for calls to toArray() instead of 0Jae Seo2015-06-211-3/+2
* 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
* 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
* 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
* TIF: Re-connect the session on package update.Ji-Hwan Lee2014-09-161-58/+58
* TIF: Turn debugging offJae Seo2014-09-141-2/+1
* 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
* | API Review: android.media.tvJae Seo2014-08-201-1/+0
* | 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
* | | Merge "CEC: Replace the usage of logical address with id for HdmiDeviceInfo" ...Jinsuk Kim2014-08-161-2/+2
|\ \ \ | |/ / |/| |
| * | CEC: Replace the usage of logical address with id for HdmiDeviceInfoJinsuk Kim2014-08-141-2/+2
* | | TIF: Make passthrough related method names consistentJae Seo2014-08-161-1/+1
* | | Merge "TIF: handle HDMI CEC power status change" into lmp-devWonsik Kim2014-08-121-2/+23
|\ \ \
| * | | TIF: handle HDMI CEC power status changeWonsik Kim2014-08-131-2/+23
| |/ /
* | | TIF: Create TvInputState only once per each inputJae Seo2014-08-131-43/+31
* | | TIF: Fix release logic for hardware wrapper inputJi-Hwan Lee2014-08-131-1/+1
| |/ |/|
* | TIF: Temporarily disable permission check for parental controlsJae Seo2014-08-121-6/+7
|/
* Hook up device power status change to TIFJungshik Jang2014-08-111-0/+5
* TIF: Move watch history logging to TvProviderJae Seo2014-08-101-235/+84
* TIF: Fix a bug of incorrect watch historyChulwoo Lee2014-08-091-24/+44
* TIF: Change CEC specific names to more general onesJae Seo2014-08-071-13/+13
* TIF: Do not log non-searchable channel watch historyJae Seo2014-08-071-9/+40
* TIF: Handle setMainSession for TV input wrapper servicesJi-Hwan Lee2014-08-071-17/+29
* TIF: Add system API 'isSingleSessionActive()'Terry Heo2014-08-071-0/+28
* Rename HdmiCecDeviceInfo into HdmiDeviceInfo.Jungshik Jang2014-08-071-5/+5
* Add a method in TIS to relayout SurfaceViewYoungsang Cho2014-08-061-1/+19
* Merge "TIF: Rearchitecting TvInputPassthroughWrapperService." into lmp-devDongwon Kang2014-08-051-39/+65
|\