Home
last modified time | relevance | path

Searched refs:expectedVsyncTimestamp (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.cpp223 bool Scheduler::isVsyncValid(nsecs_t expectedVsyncTimestamp, uid_t uid) const { in isVsyncValid() argument
229 return mVsyncSchedule.tracker->isVSyncInPhase(expectedVsyncTimestamp, *frameRate); in isVsyncValid()
238 return [this](nsecs_t expectedVsyncTimestamp, uid_t uid) { in makeThrottleVsyncCallback() argument
239 return !isVsyncValid(expectedVsyncTimestamp, uid); in makeThrottleVsyncCallback()
H A DScheduler.h147 bool isVsyncValid(nsecs_t expectedVsyncTimestamp, uid_t uid) const
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp165 const auto throttleVsync = [&](nsecs_t expectedVsyncTimestamp, uid_t uid) { in createThread() argument
166 mThrottleVsyncCallRecorder.getInvocable()(expectedVsyncTimestamp, uid); in createThread()