Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateConfigs.h107 using AllRefreshRatesMapType = variable
242 const AllRefreshRatesMapType& getAllRefreshRates() const EXCLUDES(mLock);
332 AllRefreshRatesMapType mRefreshRates;
DRefreshRateConfigs.cpp31 using AllRefreshRatesMapType = RefreshRateConfigs::AllRefreshRatesMapType; typedef
353 const AllRefreshRatesMapType& RefreshRateConfigs::getAllRefreshRates() const { in getAllRefreshRates()