Searched refs:isVsyncValid (Results 1 – 4 of 4) sorted by relevance
147 bool isVsyncValid(nsecs_t expectedVsyncTimestamp, uid_t uid) const
223 bool Scheduler::isVsyncValid(nsecs_t expectedVsyncTimestamp, uid_t uid) const { in isVsyncValid() function in android::Scheduler239 return !isVsyncValid(expectedVsyncTimestamp, uid); in makeThrottleVsyncCallback()
469 mFlinger->mScheduler->isVsyncValid(expectedPresentTime, mOwnerUid); in shouldPresentNow()
3594 if (!mScheduler->isVsyncValid(expectedPresentTime, originUid)) { in transactionIsReadyToBeApplied()