platform_hardware_interfaces/tv/hdmi
Nathalie Le Clair 9d040a2309 Unify OWNERS file am: 3d593db9df am: d3ccf77804 am: 0b9672ac7d
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2438092

Change-Id: Ib8384c8bd8010c0457714e6d445f6f5cdcf7bdb9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-15 20:38:10 +00:00
..
cec/aidl Unify OWNERS file am: 3d593db9df am: d3ccf77804 am: 0b9672ac7d 2023-02-15 20:38:10 +00:00
connection/aidl Unify OWNERS file am: 3d593db9df am: d3ccf77804 am: 0b9672ac7d 2023-02-15 20:38:10 +00:00
earc/aidl Unify OWNERS file am: 3d593db9df am: d3ccf77804 am: 0b9672ac7d 2023-02-15 20:38:10 +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.