Home
last modified time | relevance | path

Searched defs:expectedVsyncTimestamp (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp230 bool Scheduler::isVsyncValid(nsecs_t expectedVsyncTimestamp, uid_t uid) const { in isVsyncValid()
244 return [this](nsecs_t expectedVsyncTimestamp, uid_t uid) { in makeThrottleVsyncCallback()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp165 const auto throttleVsync = [&](nsecs_t expectedVsyncTimestamp, uid_t uid) { in createThread()