Home
last modified time | relevance | path

Searched refs:halfPeriod (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncPredictorTest.cpp136 auto const halfPeriod = mPeriod >> 2; in TEST_F() local
137 nsecs_t relativelyLongGapWithDrift = mPeriod * 100 + halfPeriod; in TEST_F()
153 auto const halfPeriod = mPeriod >> 2; in TEST_F() local
154 EXPECT_FALSE(tracker.addVsyncTimestamp(mNow += halfPeriod)); in TEST_F()