Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchRealtimeTest.cpp98 static nsecs_t constexpr mDispatchGroupThreshold = toNs(100us); member
156 VSyncDispatchTimerQueue dispatch(std::make_unique<Timer>(), tracker, mDispatchGroupThreshold, in TEST_F()
185 VSyncDispatchTimerQueue dispatch(std::make_unique<Timer>(), tracker, mDispatchGroupThreshold, in TEST_F()
203 VSyncDispatchTimerQueue dispatch(std::make_unique<Timer>(), tracker, mDispatchGroupThreshold, in TEST_F()
DVSyncDispatchTimerQueueTest.cpp211 static nsecs_t constexpr mDispatchGroupThreshold = 5; member in android::scheduler::VSyncDispatchTimerQueueTest
215 VSyncDispatchTimerQueue mDispatch{createTimeKeeper(), mStubTracker, mDispatchGroupThreshold,
223 VSyncDispatchTimerQueue mDispatch{createTimeKeeper(), mStubTracker, mDispatchGroupThreshold, in TEST_F()
407 auto closeOffset = offset + mDispatchGroupThreshold - 1; in TEST_F()
408 auto notCloseOffset = offset + 2 * mDispatchGroupThreshold; in TEST_F()