Searched refs:getAllRefreshRates (Results 1 – 4 of 4) sorted by relevance
242 const AllRefreshRatesMapType& getAllRefreshRates() const EXCLUDES(mLock);
41 const auto& allRefreshRates = refreshRateConfigs.getAllRefreshRates(); in getRefreshRatesFromConfigs()
353 const AllRefreshRatesMapType& RefreshRateConfigs::getAllRefreshRates() const { in getAllRefreshRates() function in android::scheduler::RefreshRateConfigs
175 auto& allRefreshRates = mFlinger.mRefreshRateConfigs->getAllRefreshRates(); in primeCache()