OSDN Git Service

Initial commit of TV input HAL
authorWonsik Kim <wonsik@google.com>
Mon, 3 Mar 2014 02:33:08 +0000 (11:33 +0900)
committerWonsik Kim <wonsik@google.com>
Fri, 21 Mar 2014 05:49:58 +0000 (14:49 +0900)
commit0b78afb191aa3c8748bf4837e4693801f3ee762e
treeec45b804a4016ad3ae1234a65df71164c96f6d51
parentb52fedf634d5afcd87d0bea1b7eae0e1b6597e7c
Initial commit of TV input HAL

HAL for physical TV input such as HDMI-in. The main purpose is to
provide sideband video stream source handle to feed SurfaceFlinger and
audio related information to feed AudioManager (TBD).

Change-Id: I8eeddcd6c63f6f8c0b1e7a87e9a6856baa9ceddd
include/hardware/tv_input.h [new file with mode: 0644]
modules/Android.mk
modules/tv_input/Android.mk [new file with mode: 0644]
modules/tv_input/tv_input.cpp [new file with mode: 0644]