platform_hardware_interfaces/tv/hdmi
Alex Buynytskyy ec1198d941 UpsideDownCake is now 34
Ignore-AOSP-First: UpsideDownCake Finalization
Bug: 275409981
Test: build
Change-Id: I832ab7a8b5445ba85e27bbcf5be64906bfa0e5be
2023-04-07 23:41:20 +00:00
..
cec/aidl UpsideDownCake is now 34 2023-04-07 23:41:20 +00:00
connection/aidl UpsideDownCake is now 34 2023-04-07 23:41:20 +00:00
earc/aidl UpsideDownCake is now 34 2023-04-07 23:41:20 +00:00
OWNERS Unify OWNERS file 2023-02-15 15:03:14 +01:00
README.md Clarify which HAL (methods) apply to which devices 2023-02-14 11:35:37 +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.