Home
last modified time | relevance | path

Searched refs:throttleVsync (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp573 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()
DEventThread.h142 virtual bool throttleVsync(TimePoint, uid_t) = 0;
DScheduler.h463 bool throttleVsync(TimePoint, uid_t) override;
DScheduler.cpp301 bool Scheduler::throttleVsync(android::TimePoint expectedPresentTime, uid_t uid) { in throttleVsync() function in android::scheduler::Scheduler
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp85 bool throttleVsync(TimePoint, uid_t) override;
185 bool EventThreadTest::throttleVsync(android::TimePoint expectedVsyncTimestamp, uid_t uid) { in throttleVsync() function in android::EventThreadTest