Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchRealtimeTest.cpp103 static nsecs_t constexpr mVsyncMoveThreshold = toNs(500us); member
170 mDispatchGroupThreshold, mVsyncMoveThreshold); in TEST_F()
200 mDispatchGroupThreshold, mVsyncMoveThreshold); in TEST_F()
219 mDispatchGroupThreshold, mVsyncMoveThreshold); in TEST_F()
DVSyncDispatchTimerQueueTest.cpp229 nsecs_t const mVsyncMoveThreshold = 300; member in android::scheduler::VSyncDispatchTimerQueueTest
234 mDispatchGroupThreshold, mVsyncMoveThreshold);
244 mVsyncMoveThreshold); in TEST_F()
635 .lastVsync = timestamp - mVsyncMoveThreshold}); in TEST_F()
649 .lastVsync = timestamp + mVsyncMoveThreshold}); in TEST_F()
1226 nsecs_t const mVsyncMoveThreshold = 200; member in android::scheduler::VSyncDispatchTimerQueueEntryTest
1234 name, [](auto, auto, auto) {}, mVsyncMoveThreshold); in TEST_F()
1242 "test", [](auto, auto, auto) {}, mVsyncMoveThreshold); in TEST_F()
1267 "test", [](auto, auto, auto) {}, mVsyncMoveThreshold); in TEST_F()
1293 mVsyncMoveThreshold); in TEST_F()
[all …]