Lines Matching refs:period
34 VsyncSource(Period period, Period minFramePeriod, TimePoint deadline) in VsyncSource()
35 : vsyncPeriod(period), framePeriod(minFramePeriod), vsyncDeadline(deadline) {} in VsyncSource()
41 Period period() const override { return vsyncPeriod; } in period() function
67 period(refreshRate.getPeriod()), in Frame()
80 VsyncSource(period, period, in Frame()
100 frameBeginTime += period; in ~Frame()
109 const Period period; member
385 Period period = refreshRate.getPeriod(); in TEST_F() local
390 EXPECT_FALSE(wouldPresentEarly(period)); in TEST_F()
396 frameBeginTime += period; in TEST_F()
400 EXPECT_FALSE(wouldPresentEarly(period)); in TEST_F()
407 EXPECT_TRUE(wouldPresentEarly(period)); in TEST_F()
410 target().expectedPresentTime() - period - kHwcMinWorkDuration); in TEST_F()
413 frameBeginTime += period; in TEST_F()
418 period = refreshRate.getPeriod(); in TEST_F()
421 EXPECT_FALSE(wouldPresentEarly(period)); in TEST_F()