Add timestamp details in docs

Bug: 176847000
Change-Id: Id8dc26c14a42f5622cf9fac935d94f2fe2918d67
Test: n/a
This commit is contained in:
Zhomart Mukhamejanov
2021-01-05 14:56:25 -08:00
parent 65d1029e60
commit cb09e87a52

View File

@@ -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;
/**