Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.cpp248 else if (mFirstConfigSupportCheck || ret.isUnsupported()) { in ensurePowerHintSessionRunning()
252 mFirstConfigSupportCheck = false; in ensurePowerHintSessionRunning()
DPowerAdvisor.h301 bool mFirstConfigSupportCheck = true; variable