tree: 583399a70f8b6bb19bf2b53743741befb684f311 [path history] [tgz]
  1. cec/
  2. connection/
  3. earc/
  4. README.md
tv/hdmi/README.md

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.