Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateConfigs.h181 bool isConfigAllowed(HwcConfigIndexType config) const EXCLUDES(mLock);
DRefreshRateConfigs.cpp481 bool RefreshRateConfigs::isConfigAllowed(HwcConfigIndexType config) const { in isConfigAllowed() function in android::scheduler::RefreshRateConfigs
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1611 return mRefreshRateConfigs->isConfigAllowed(configId); in isDisplayConfigAllowed()