Searched refs:isPreemptive (Results 1 – 4 of 4) sorted by relevance
65 bool isPreemptive = false; member
607 .isPreemptive = false, in getPowerPolicy()613 .isPreemptive = true, in getPowerPolicy()
950 if (policyMeta.isPreemptive) { in canApplyPowerPolicyLocked()951 if (isPolicyApplied && !mCurrentPowerPolicyMeta.isPreemptive) { in canApplyPowerPolicyLocked()
3531 boolean isPreemptive = mPolicyReader.isPreemptivePowerPolicy(powerPolicyId); in applyPowerPolicyFromCommand()3532 status = isPreemptive ? applyPreemptivePowerPolicy(powerPolicyId) in applyPowerPolicyFromCommand()