summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authorHenry Fang <quxiangfang@google.com>2019-01-08 15:10:19 -0800
committerHenry Fang <quxiangfang@google.com>2019-01-09 17:35:25 -0800
commita3d508a576d6dacaca2b616b7fefb617fd961e5d (patch)
tree1eb49c0eb61254b71ecfc383d2aed070e4c944ad /tv
parent92b8a86cdcfdeedccef895f855de48f55dc56240 (diff)
downloadandroid_hardware_interfaces-a3d508a576d6dacaca2b616b7fefb617fd961e5d.tar.gz
android_hardware_interfaces-a3d508a576d6dacaca2b616b7fefb617fd961e5d.tar.bz2
android_hardware_interfaces-a3d508a576d6dacaca2b616b7fefb617fd961e5d.zip
Patch cec@1.0 hal to add two Cec message types
Missing two CecMessageTypes that are in CEC Spec 1.4b, but were not added in the original interface. Test: manual Bug: 122273961 Change-Id: Ifd3648544c8dcc85c23b4e2f88606a9347025f95
Diffstat (limited to 'tv')
-rw-r--r--tv/cec/1.0/types.hal2
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/cec/1.0/types.hal b/tv/cec/1.0/types.hal
index c734c4d7a..ebe65ae9d 100644
--- a/tv/cec/1.0/types.hal
+++ b/tv/cec/1.0/types.hal
@@ -114,6 +114,8 @@ enum CecMessageType : int32_t {
VENDOR_COMMAND_WITH_ID = 0xA0,
CLEAR_EXTERNAL_TIMER = 0xA1,
SET_EXTERNAL_TIMER = 0xA2,
+ REPORT_SHORT_AUDIO_DESCRIPTOR = 0xA3,
+ REQUEST_SHORT_AUDIO_DESCRIPTOR = 0xA4,
INITIATE_ARC = 0xC0,
REPORT_ARC_INITIATED = 0xC1,
REPORT_ARC_TERMINATED = 0xC2,