Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncReactorTest.cpp587 static constexpr nsecs_t anotherPeriod = 23333; in TEST_F() local
594 EXPECT_CALL(*mMockTracker, setPeriod(anotherPeriod)); in TEST_F()
596 schedule(mFakeToken, computeWorkload(anotherPeriod, mPhase), mFakeNow)) in TEST_F()
602 mReactor.setPeriod(anotherPeriod); in TEST_F()
603 EXPECT_TRUE(mReactor.addResyncSample(anotherPeriod, std::nullopt, &periodFlushed)); in TEST_F()
604 EXPECT_FALSE(mReactor.addResyncSample(anotherPeriod * 2, std::nullopt, &periodFlushed)); in TEST_F()