Searched refs:numPeriodsOut (Results 1 – 2 of 2) sorted by relevance
187 auto const numPeriodsOut = ((timePoint - knownTimestamp) / mIdealPeriod) + 1; in nextAnticipatedVSyncTimeFrom() local188 return knownTimestamp + numPeriodsOut * mIdealPeriod; in nextAnticipatedVSyncTimeFrom()
291 int const numPeriodsOut = 3; in TEST_F() local294 EXPECT_CALL(*mMockTracker, nextAnticipatedVSyncTimeFrom(mFakeNow + numPeriodsOut * fakePeriod)) in TEST_F()296 EXPECT_THAT(mReactor.computeNextRefresh(numPeriodsOut, mMockClock->now()), Eq(fakeTimestamp)); in TEST_F()