Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DEventThread.cpp519 const auto throttleVsync = [&] { in shouldConsumeEvent() local
541 if (throttleVsync()) { in shouldConsumeEvent()
548 if (throttleVsync()) { in shouldConsumeEvent()
H A DScheduler.cpp269 auto throttleVsync = makeThrottleVsyncCallback(); in createConnection() local
273 std::move(throttleVsync), in createConnection()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp165 const auto throttleVsync = [&](nsecs_t expectedVsyncTimestamp, uid_t uid) { in createThread() local
176 throttleVsync, getVsyncPeriod); in createThread()