Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncReactorTest.cpp437 nsecs_t const newPeriod2 = 7000; in TEST_F() local
458 mReactor.onDisplayModeChanged(displayMode(newPeriod2), false); in TEST_F()
460 EXPECT_TRUE(mReactor.addHwVsyncTimestamp(time += newPeriod2, std::nullopt, &periodFlushed)); in TEST_F()
461 EXPECT_TRUE(mReactor.addHwVsyncTimestamp(time += newPeriod2, std::nullopt, &periodFlushed)); in TEST_F()
462 EXPECT_FALSE(mReactor.addHwVsyncTimestamp(time += newPeriod2, std::nullopt, &periodFlushed)); in TEST_F()