Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateConfigs.h111 static constexpr int CURRENT_POLICY_UNCHANGED = 1; variable
DRefreshRateConfigs.cpp822 return CURRENT_POLICY_UNCHANGED; in setDisplayManagerPolicy()
837 return CURRENT_POLICY_UNCHANGED; in setOverridePolicy()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp6948 if (setPolicyResult == scheduler::RefreshRateConfigs::CURRENT_POLICY_UNCHANGED) { in setDesiredDisplayModeSpecsInternal()