platform_hardware_interfaces/tv/hdmi
Shraddha Basantwani 98b312a78b Hdmi CEC Mock : Clear the existing callback when new callback is set
Bug: 319140762
Test: ./android.hardware.tv.hdmi.cec-service_fuzzer
Change-Id: If2aa563d66f49783d9534b2e6599e21abc11342f
2024-02-19 09:43:39 +00:00
..
cec/aidl Hdmi CEC Mock : Clear the existing callback when new callback is set 2024-02-19 09:43:39 +00:00
connection/aidl [DON'T BLOCK] Test ownership migration rules 2024-01-31 11:06:17 +00:00
earc/aidl [DON'T BLOCK] Test ownership migration rules 2024-01-31 11:06:17 +00: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.