Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncReactorTest.cpp217 std::array<nsecs_t, fences.size()> fakeTimes; in TEST_F() local
219 std::generate(fakeTimes.begin(), fakeTimes.end(), [i = 10]() mutable { in TEST_F()
229 EXPECT_CALL(*mMockTracker, addVsyncTimestamp(fakeTimes[i])); in TEST_F()
233 signalFenceWithTime(fences[i], fakeTimes[i]); in TEST_F()