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

Commit cf7d3fca authored by Lihao Liang's avatar Lihao Liang Committed by Automerger Merge Worker
Browse files

Merge "Update language to comply with Android's inclusive language guidance"...

Merge "Update language to comply with Android's inclusive language guidance" am: 6ec9ae54 am: 0cbee591 am: c050d1e6 am: cb53d839 am: c7cd878c

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1384296

Change-Id: I04faf05210dcea185146b09af8490ff392c463e4
parents b71b0625 c7cd878c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ private:
        return nextEventTime;
    }

    // Sanity check that the duration is close enough in length to a period without
    // Check that the duration is close enough in length to a period without
    // falling into double-rate vsyncs.
    bool isCloseToPeriod(nsecs_t duration) {
        // Ratio of 3/5 is arbitrary, but it must be greater than 1/2.
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ private:

    // mZeroErrSamplesCount keeps track of how many times in a row there were
    // zero timestamps available in the mPresentFences array.
    // Used to sanity check that we are able to calculate the model error.
    // Used to check that we are able to calculate the model error.
    size_t mZeroErrSamplesCount;

    // Whether we have updated the vsync event model since the last resync.