Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVSyncReactorTest.cpp145 nsecs_t anotherDummyTime = 2919019201; in TEST_F() local
155 EXPECT_CALL(*mMockTracker, addVsyncTimestamp(anotherDummyTime)); in TEST_F()
156 EXPECT_FALSE(mReactor.addPresentFence(generateSignalledFenceWithTime(anotherDummyTime))); in TEST_F()