• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

app/23-Mar-2024-348218

src/android/hdmicec/cts/23-Mar-2024-3,7972,337

Android.bpD23-Mar-20241,006 3432

AndroidTest.xmlD23-Mar-20241.6 KiB3115

OWNERSD23-Mar-202462 43

README.mdD23-Mar-2024787 2918

cec_adapter.mdD23-Mar-20245.4 KiB222154

setup.pngD23-Mar-202419.6 KiB

README.md

1# CEC CTS testing for Android TV devices
2
3NOTE: CTS has two meanings here. HDMI defines a set of tests in **Compliance
4Test Specification** in HDMI 1.4b *HDMI Compliance Test Specification 1.4b and
5**Android Compatibility Test Suite**.
6
7Android Compatibility Test Suite include specific tests from HDMI Compliance
8Test Specification and other Android specific tests.
9
10## Setup
11
12### Playback devices (aka Set Top Boxes)
13
14Running these CTS tests requires a specific HDMI layout with a CEC adapter.
15
16*   Android TV playback device
17*   CEC adapter see [External CEC Adapter instructions](cec_adapter.md)
18*   HDMI Display (aka a TV)
19
20![drawing](setup.png)
21
22### Automation
23
24Given the setup described above you can run all of these tests with the command
25
26```
27atest CtsHdmiCecHostTestCases
28```
29