platform_hardware_interfaces/tv/hdmi
Devin Moore db191ca6eb Merge OWNERS files for tv
Test: none
Bug: 296950573
Change-Id: If3d849c1c1a4a3c66edbd4c61a4f6ecf09159289
2023-09-08 23:09:37 +00:00
..
cec/aidl Update HAL interface 2023-02-23 17:44:35 +01:00
connection/aidl Handle out-of-bound indices 2023-02-28 10:58:04 +00:00
earc/aidl Clarify which HAL (methods) apply to which devices 2023-02-23 17:45:06 +01:00
README.md Clarify which HAL (methods) apply to which devices 2023-02-23 17:45:06 +01:00

HDMI-related AIDL HALs for Android devices

This directory bundles 3 HDMI-related AIDL HALs: HDMI Connection HAL, CEC HAL and eARC HAL.

The HDMI Connection HAL contains general APIs for the HDMI Connection. These methods are required by the CEC and the eARC implementation. Therefore, devices that implement CEC need to support the HDMI Connection HAL and the CEC HAL. Devices that implement eARC need to support the HDMI Connection HAL and the eARC HAL.

Other Android HALs are related to HDMI as well, but not included in this directory for historical reasons, e.g. Display HAL and TV Input HAL.