Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncReactorTest.cpp436 nsecs_t const newPeriod1 = 4000; in TEST_F() local
439 mReactor.onDisplayModeChanged(displayMode(newPeriod1), false); in TEST_F()
455 EXPECT_TRUE(mReactor.addHwVsyncTimestamp(time += newPeriod1, std::nullopt, &periodFlushed)); in TEST_F()
456 EXPECT_TRUE(mReactor.addHwVsyncTimestamp(time += newPeriod1, std::nullopt, &periodFlushed)); in TEST_F()
459 EXPECT_TRUE(mReactor.addHwVsyncTimestamp(time += newPeriod1, std::nullopt, &periodFlushed)); in TEST_F()