Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DEventThread.cpp221 GetVsyncPeriodFunction getVsyncPeriodFunction) in EventThread() argument
226 mGetVsyncPeriodFunction(std::move(getVsyncPeriodFunction)), in EventThread()
229 LOG_ALWAYS_FATAL_IF(getVsyncPeriodFunction == nullptr, in EventThread()