Home
last modified time | relevance | path

Searched refs:isPreemptive (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.h65 bool isPreemptive = false; member
DPolicyManager.cpp607 .isPreemptive = false, in getPowerPolicy()
613 .isPreemptive = true, in getPowerPolicy()
DCarPowerPolicyServer.cpp950 if (policyMeta.isPreemptive) { in canApplyPowerPolicyLocked()
951 if (isPolicyApplied && !mCurrentPowerPolicyMeta.isPreemptive) { in canApplyPowerPolicyLocked()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java3531 boolean isPreemptive = mPolicyReader.isPreemptivePowerPolicy(powerPolicyId); in applyPowerPolicyFromCommand()
3532 status = isPreemptive ? applyPreemptivePowerPolicy(powerPolicyId) in applyPowerPolicyFromCommand()