From cb09e87a520aa2fa7aa2a291c2962c4dc26558cb Mon Sep 17 00:00:00 2001 From: Zhomart Mukhamejanov Date: Tue, 5 Jan 2021 14:56:25 -0800 Subject: [PATCH] Add timestamp details in docs Bug: 176847000 Change-Id: Id8dc26c14a42f5622cf9fac935d94f2fe2918d67 Test: n/a --- automotive/vehicle/2.0/types.hal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/automotive/vehicle/2.0/types.hal b/automotive/vehicle/2.0/types.hal index 931fee4a23..da48b3cdba 100644 --- a/automotive/vehicle/2.0/types.hal +++ b/automotive/vehicle/2.0/types.hal @@ -3691,7 +3691,10 @@ struct VehiclePropConfig { * events. */ struct VehiclePropValue { - /** Time is elapsed nanoseconds since boot */ + /** + * Time is elapsed nanoseconds since boot. It's equivalent to + * {@code SystemClock.elapsedRealtimeNano()}. + */ int64_t timestamp; /**