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

Commit 8d65de58 authored by Ady Abraham's avatar Ady Abraham
Browse files

composer: rename ClockMonotonicTimestamp.timestamp

Rename ClockMonotonicTimestamp.timestamp to
ClockMonotonicTimestamp.timestampNanos to improve readability.

Fixes: 211801233
Test: build
Change-Id: Ia71525fd9ccb77d871857f60dac29ac9198c0258
parent 5b2858b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,5 +34,5 @@
package android.hardware.graphics.composer3;
@VintfStability
parcelable ClockMonotonicTimestamp {
  long timestamp;
  long timestampNanos;
}
+1 −1
Original line number Diff line number Diff line
@@ -21,5 +21,5 @@ package android.hardware.graphics.composer3;
 */
@VintfStability
parcelable ClockMonotonicTimestamp {
    long timestamp;
    long timestampNanos;
}