Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h245 impl::EventThread::GetVsyncPeriodFunction makeGetVsyncPeriodFunction() const;
DScheduler.cpp249 impl::EventThread::GetVsyncPeriodFunction Scheduler::makeGetVsyncPeriodFunction() const { in makeGetVsyncPeriodFunction() function in android::Scheduler
272 auto getVsyncPeriod = makeGetVsyncPeriodFunction(); in createConnection()