Searched refs:throttleVsync (Results 1 – 5 of 5) sorted by relevance
573 const auto throttleVsync = [&]() REQUIRES(mMutex) { in shouldConsumeEvent()583 return mCallback.throttleVsync(expectedPresentTime, connection->mOwnerUid); in shouldConsumeEvent()606 if (throttleVsync()) { in shouldConsumeEvent()613 if (throttleVsync()) { in shouldConsumeEvent()
142 virtual bool throttleVsync(TimePoint, uid_t) = 0;
463 bool throttleVsync(TimePoint, uid_t) override;
301 bool Scheduler::throttleVsync(android::TimePoint expectedPresentTime, uid_t uid) { in throttleVsync() function in android::scheduler::Scheduler
85 bool throttleVsync(TimePoint, uid_t) override;185 bool EventThreadTest::throttleVsync(android::TimePoint expectedVsyncTimestamp, uid_t uid) { in throttleVsync() function in android::EventThreadTest