Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DEventThread.cpp226 mGetVsyncPeriodFunction(std::move(getVsyncPeriodFunction)), in EventThread()
575 copy.vsync.frameInterval = mGetVsyncPeriodFunction(consumer->mOwnerUid); in dispatchEvent()
H A DEventThread.h212 const GetVsyncPeriodFunction mGetVsyncPeriodFunction; variable