Searched refs:getCurrentPolicyLocked (Results 1 – 5 of 5) sorted by relevance
332 const Policy* policy = getCurrentPolicyLocked(); in getBestRefreshRateLocked()666 return *mRefreshRates.at(getCurrentPolicyLocked()->defaultMode); in getCurrentRefreshRateByPolicyLocked()755 Policy previousPolicy = *getCurrentPolicyLocked(); in setDisplayManagerPolicy()757 if (*getCurrentPolicyLocked() == previousPolicy) { in setDisplayManagerPolicy()770 Policy previousPolicy = *getCurrentPolicyLocked(); in setOverridePolicy()772 if (*getCurrentPolicyLocked() == previousPolicy) { in setOverridePolicy()779 const RefreshRateConfigs::Policy* RefreshRateConfigs::getCurrentPolicyLocked() const { in getCurrentPolicyLocked() function in android::scheduler::RefreshRateConfigs785 return *getCurrentPolicyLocked(); in getCurrentPolicy()830 const Policy* policy = getCurrentPolicyLocked(); in constructAvailableRefreshRates()892 const auto& currentPolicy = getCurrentPolicyLocked(); in getIdleTimerAction()[all …]
397 const Policy* getCurrentPolicyLocked() const REQUIRES(mLock);
987 final Policy currPolicy = getCurrentPolicyLocked(); in getBatterySaverPolicy()1160 private Policy getCurrentPolicyLocked() { in getCurrentPolicyLocked() method in BatterySaverPolicy1178 return getCurrentPolicyLocked().locationMode; in getGpsMode()1185 ? getCurrentPolicyLocked().cpuFrequenciesForInteractive.toSysFileMap() in getFileValues()1186 : getCurrentPolicyLocked().cpuFrequenciesForNoninteractive.toSysFileMap(); in getFileValues()1192 return getCurrentPolicyLocked().disableLaunchBoost; in isLaunchBoostDisabled()1198 return getCurrentPolicyLocked().advertiseIsEnabled; in shouldAdvertiseIsEnabled()
656 Lcom/android/server/power/batterysaver/BatterySaverPolicy;->getCurrentPolicyLocked()Lcom/android/se…
36481 HSPLcom/android/server/power/batterysaver/BatterySaverPolicy;->getCurrentPolicyLocked()Lcom/android…