Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncConfiguration.h68 return getConfigsForRefreshRateLocked(mRefreshRateFps); in getCurrentConfigs()
90 VsyncConfigSet getConfigsForRefreshRateLocked(Fps fps) const REQUIRES(mLock);
DVsyncConfiguration.cpp47 return getConfigsForRefreshRateLocked(fps); in getConfigsForRefreshRate()
50 PhaseOffsets::VsyncConfigSet VsyncConfiguration::getConfigsForRefreshRateLocked(Fps fps) const { in getConfigsForRefreshRateLocked() function in android::scheduler::impl::VsyncConfiguration