Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncReactorTest.cpp322 nsecs_t const fakeTimestamp = 3032; in TEST_F() local
325 EXPECT_CALL(*mMockTracker, addVsyncTimestamp(fakeTimestamp)); in TEST_F()
326 EXPECT_FALSE(mReactor.addHwVsyncTimestamp(fakeTimestamp, std::nullopt, &periodFlushed)); in TEST_F()