Searched refs:presentDelay (Results 1 – 1 of 1) sorted by relevance
43 for (nsecs_t presentDelay = 0, compositeTime = systemTime(); presentDelay < 10 * kVsyncPeriod; in TEST() local44 presentDelay += kMillisecond, compositeTime += kVsyncPeriod) { in TEST()45 const nsecs_t presentLatency = kIdealLatency + presentDelay; in TEST()51 EXPECT_EQ(timing.deadline, compositeTime + presentDelay + kVsyncPeriod); in TEST()