Searched refs:earliestVsync (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | VSyncDispatchTimerQueueTest.cpp | 238 .earliestVsync = 1000}); in TEST_F() 252 .earliestVsync = intended}); in TEST_F() 286 .earliestVsync = mPeriod}); in TEST_F() 529 .earliestVsync = 2000}); in TEST_F() 552 .earliestVsync = timestamp}); in TEST_F() 751 cb.schedule({.workDuration = 100, .readyDuration = 0, .earliestVsync = 1000}); in TEST_F() 754 cb1.schedule({.workDuration = 500, .readyDuration = 0, .earliestVsync = 1000}); in TEST_F() 767 cb.schedule({.workDuration = 100, .readyDuration = 0, .earliestVsync = 1000}); in TEST_F() 770 cb1.schedule({.workDuration = 500, .readyDuration = 0, .earliestVsync = 1000}); in TEST_F() 932 .earliestVsync = intended}); in TEST_F() [all …]
|
H A D | MessageQueueTest.cpp | 106 .earliestVsync = 0}; in TEST_F() 119 .earliestVsync = 0}; in TEST_F() 136 .earliestVsync = 0}; in TEST_F() 159 .earliestVsync = presentTime}; in TEST_F() 171 .earliestVsync = 0}; in TEST_F()
|
H A D | VSyncDispatchRealtimeTest.cpp | 120 .earliestVsync = systemTime(SYSTEM_TIME_MONOTONIC) + mWorkload + mReadyDuration}); in repeatedly_schedule() 133 .earliestVsync = last + mWorkload + mReadyDuration}); in repeatedly_schedule()
|
H A D | DispSyncSourceTest.cpp | 74 callback.vsyncTime = timing.earliestVsync; in MockVSyncDispatch() 76 timing.earliestVsync - timing.workDuration - timing.readyDuration; in MockVSyncDispatch()
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | VSyncDispatch.h | 99 nsecs_t earliestVsync = 0; member 103 earliestVsync == other.earliestVsync;
|
H A D | VSyncDispatchTimerQueue.cpp | 38 std::max(timing.earliestVsync, now + timing.workDuration + timing.readyDuration)); in getExpectedCallbackTime() 86 std::max(timing.earliestVsync, now + timing.workDuration + timing.readyDuration)); in schedule() 131 const auto earliestVsync = std::max(earliestReadyBy, mScheduleTiming.earliestVsync); in update() local 133 const auto nextVsyncTime = tracker.nextAnticipatedVSyncTimeFrom(earliestVsync); in update() 186 (mScheduleTiming.earliestVsync - systemTime()) / 1e6f); in dump()
|
H A D | DispSyncSource.cpp | 62 .earliestVsync = mLastCallTime.count()}); in start() 101 .earliestVsync = vsyncTime}); in callback()
|
H A D | MessageQueue.cpp | 188 .earliestVsync = mVsync.lastCallbackTime.count()}); in invalidate()
|