platform_hardware_interfaces/tv
mike liao 8b39328dcc Add fix vts fail when configureMonitorEvent
[Description]
VTS StartFilterInDemux failed when configureMonitorEvent is called

[Root Cause]
Scrambling status event is not notified when configureMonitorEvent is called
  so test case failed.

[Solution]
Scrambling status event is not notified because of no input data.
Add input setting and check event notified or not after data is input.

Test: Manual
bug: 288193021

Change-Id: If5875d064fd67b72f8299205a5e35b1a2bd61934
(cherry picked from commit def4652792)
2023-06-27 16:42:23 +00:00
..
cec HDMICEC: Out of Bounds Write in sendMessage in HdmiCec.cpp 2023-06-01 07:52:40 +00:00
hdmi UpsideDownCake is now 34 2023-04-07 23:41:20 +00:00
input Add native handle validation to TV Input HAL AIDL VTS 2023-05-30 16:55:18 +00:00
tuner Add fix vts fail when configureMonitorEvent 2023-06-27 16:42:23 +00:00
Android.mk Declare license metadata for copied files. 2022-02-13 15:46:33 -08:00
README.md Clarify which HAL (methods) apply to which devices 2023-02-23 17:45:06 +01:00

TV-related HIDL and AIDL HALs

This directory bundles TV-related HALs in HIDL (legacy) and AIDL.

  • The 'tuner' directory contains the Tuner HIDL and AIDL HALs.
  • The 'input' directory contains the TV Input HIDL and AIDL HALs.
  • The 'cec' directory contains the CEC HIDL HAL.
  • The 'hdmi' directory contains the HDMI-related AIDL HALs, which includes the CEC AIDL HAL.