Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc7c456d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add timestamp details in docs"

parents 1eb07a6a cb09e87a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;

    /**