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

Commit cb09e87a authored by Zhomart Mukhamejanov's avatar Zhomart Mukhamejanov
Browse files

Add timestamp details in docs

Bug: 176847000
Change-Id: Id8dc26c14a42f5622cf9fac935d94f2fe2918d67
Test: n/a
parent 65d1029e
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;

    /**