Merge "Add timestamp details in docs"

This commit is contained in:
TreeHugger Robot
2021-01-12 00:20:21 +00:00
committed by Android (Google) Code Review

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