Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVSyncReactorTest.cpp373 static auto constexpr numSamplesWithNewPeriod = 4; in TEST_F() local
376 .Times(numSamplesWithNewPeriod - 2) in TEST_F()
383 EXPECT_CALL(*mMockTracker, addVsyncTimestamp(_)).Times(numSamplesWithNewPeriod); in TEST_F()