Home
last modified time | relevance | path

Searched refs:GetVsyncPeriod (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h53 using GetVsyncPeriod = std::function<nsecs_t()>; variable
87 void resync(const GetVsyncPeriod&);
140 ResyncCallback makeResyncCallback(GetVsyncPeriod&& getVsyncPeriod);
163 void setGetVsyncPeriodCallback(const GetVsyncPeriod&& getVsyncPeriod);
279 GetVsyncPeriod mGetVsyncPeriod GUARDED_BY(mCallbackLock);
DScheduler.cpp248 ResyncCallback Scheduler::makeResyncCallback(GetVsyncPeriod&& getVsyncPeriod) { in makeResyncCallback()
257 void Scheduler::VsyncState::resync(const GetVsyncPeriod& getVsyncPeriod) { in resync()
379 void Scheduler::setGetVsyncPeriodCallback(const GetVsyncPeriod&& getVsyncPeriod) { in setGetVsyncPeriodCallback()