Home
last modified time | relevance | path

Searched refs:isVsyncValid (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.h147 bool isVsyncValid(nsecs_t expectedVsyncTimestamp, uid_t uid) const
H A DScheduler.cpp223 bool Scheduler::isVsyncValid(nsecs_t expectedVsyncTimestamp, uid_t uid) const { in isVsyncValid() function in android::Scheduler
239 return !isVsyncValid(expectedVsyncTimestamp, uid); in makeThrottleVsyncCallback()
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferLayer.cpp469 mFlinger->mScheduler->isVsyncValid(expectedPresentTime, mOwnerUid); in shouldPresentNow()
H A DSurfaceFlinger.cpp3594 if (!mScheduler->isVsyncValid(expectedPresentTime, originUid)) { in transactionIsReadyToBeApplied()