Searched refs:mVsyncMoveThreshold (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | VSyncDispatchTimerQueueTest.cpp | 213 nsecs_t const mVsyncMoveThreshold = 300; member in android::scheduler::VSyncDispatchTimerQueueTest 216 mVsyncMoveThreshold}; 224 mVsyncMoveThreshold}; in TEST_F() 491 EXPECT_EQ(mDispatch.schedule(tmp, 400, timestamp - mVsyncMoveThreshold), in TEST_F() 494 EXPECT_EQ(mDispatch.schedule(tmp, 400, timestamp + mVsyncMoveThreshold), in TEST_F() 753 nsecs_t const mVsyncMoveThreshold = 200; member in android::scheduler::VSyncDispatchTimerQueueEntryTest 760 name, [](auto, auto) {}, mVsyncMoveThreshold); in TEST_F() 768 "test", [](auto, auto) {}, mVsyncMoveThreshold); in TEST_F() 788 "test", [](auto, auto) {}, mVsyncMoveThreshold); in TEST_F() 808 mVsyncMoveThreshold); in TEST_F() [all …]
|
D | VSyncDispatchRealtimeTest.cpp | 99 static nsecs_t constexpr mVsyncMoveThreshold = toNs(500us); member 157 mVsyncMoveThreshold); in TEST_F() 186 mVsyncMoveThreshold); in TEST_F() 204 mVsyncMoveThreshold); in TEST_F()
|