summaryrefslogtreecommitdiffstats
path: root/core/java/android/tv/ITvInputService.aidl
Commit message (Collapse)AuthorAgeFilesLines
* Put TV Input Framework under android.media.tv, including TvContractJae Seo2014-06-021-31/+0
| | | | | Bug: 15345342 Change-Id: I665ca23f0f074ce29cb2e047109b209178532107
* Dispatch input events to the TV inputJae Seo2014-04-291-1/+2
| | | | | | | | | | | TvInputManagerService now creates an InputChannel pair and passes one end to the app and the other end to the service. Then the TvInputManager in the app creates an InputEventSender around one end of the channel to send events and the service creates an InputEventReceiver around the other end of the channel to receive events. Most of the newly added code here was borrowed heavily from the IME. Change-Id: I0bd83847cba0033ccb6f4b6dad267ebeaf5e9c7c
* Add overlay view in Tv Input FrameworkYoungsang Cho2014-04-181-1/+0
| | | | | | | | A TvInputService app developers sometimes want to draw UI above a surface playing TV. For this purpose, we add a window in TIS and allow developers to attach their customized view on the TV surface. Change-Id: I65c3dffa17580b8d4c42fac58bbfc8dad338c185
* Initial round of Television Input FrameworkJae Seo2014-04-081-0/+31
This provides APIs to control and create individual television inputs on the system which will later be hosted by television applications. Change-Id: I6866d28e78175a1bff2c32a85c5d77e94d0cd60c