From 26dcce67aa4860c07b1488cc82702fa300e57ddc Mon Sep 17 00:00:00 2001 From: Kai Date: Tue, 28 May 2019 14:24:05 -0700 Subject: [PATCH] Add number of ticks in HW_KEY_INPUT Bug: 132291593 Test: build and flash Change-Id: I0baf4d8bbb802f724122d63cd19af5c5f9f4ddfb --- automotive/vehicle/2.0/types.hal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automotive/vehicle/2.0/types.hal b/automotive/vehicle/2.0/types.hal index e36468a1ae..259473e046 100644 --- a/automotive/vehicle/2.0/types.hal +++ b/automotive/vehicle/2.0/types.hal @@ -1329,6 +1329,8 @@ enum VehicleProperty : int32_t { * int32Values[2] : target display defined in VehicleDisplay. Events not * tied to specific display must be sent to * VehicleDisplay#MAIN. + * int32Values[3] : [optional] Number of ticks. The value must be equal or + * greater than 1. When omitted, Android will default to 1. * * @change_mode VehiclePropertyChangeMode:ON_CHANGE * @access VehiclePropertyAccess:READ