Searched refs:mDispatchGroupThreshold (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | VSyncDispatchRealtimeTest.cpp | 98 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()
|
D | VSyncDispatchTimerQueueTest.cpp | 211 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()
|