Searched refs:mDispatchGroupThreshold (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | VSyncDispatchRealtimeTest.cpp | 102 static nsecs_t constexpr mDispatchGroupThreshold = toNs(100us); member 167 VSyncDispatchTimerQueue dispatch(std::make_unique<Timer>(), tracker, mDispatchGroupThreshold, in TEST_F() 196 VSyncDispatchTimerQueue dispatch(std::make_unique<Timer>(), tracker, mDispatchGroupThreshold, in TEST_F() 214 VSyncDispatchTimerQueue dispatch(std::make_unique<Timer>(), tracker, mDispatchGroupThreshold, in TEST_F()
|
H A D | VSyncDispatchTimerQueueTest.cpp | 220 static nsecs_t constexpr mDispatchGroupThreshold = 5; member in android::scheduler::VSyncDispatchTimerQueueTest 224 VSyncDispatchTimerQueue mDispatch{createTimeKeeper(), mStubTracker, mDispatchGroupThreshold, 232 VSyncDispatchTimerQueue mDispatch{createTimeKeeper(), mStubTracker, mDispatchGroupThreshold, in TEST_F() 449 auto closeOffset = offset + mDispatchGroupThreshold - 1; in TEST_F() 450 auto notCloseOffset = offset + 2 * mDispatchGroupThreshold; in TEST_F()
|