platform_hardware_interfaces/tv/hdmi
Nathalie Le Clair 5bfad05259 Handle out-of-bound indices
Bug: 267007175
Test: lunch cf_x86_tv-userdebug; make;
atest VtsHalTvHdmiConnectionAidlTargetTest;

Change-Id: I0083953e8eaadea0ac66a9103358c0d4e1427086
Merged-In: I0083953e8eaadea0ac66a9103358c0d4e1427086
2023-02-28 10:58:04 +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
OWNERS Unify OWNERS file 2023-02-15 15:03:14 +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.