Searched refs:mIsPowerPolicyLocked (Results 1 – 3 of 3) sorted by relevance
359 mIsPowerPolicyLocked(false), in CarPowerPolicyServer()954 mIsPowerPolicyLocked = true; in canApplyPowerPolicyLocked()958 mIsPowerPolicyLocked = false; in canApplyPowerPolicyLocked()959 } else if (mIsPowerPolicyLocked) { in canApplyPowerPolicyLocked()
348 bool mIsPowerPolicyLocked GUARDED_BY(mMutex);
311 private boolean mIsPowerPolicyLocked; field in CarPowerManagementService663 writer.printf("mIsPowerPolicyLocked: %b\n", mIsPowerPolicyLocked); in dump()722 proto.write(CarPowerDumpProto.IS_POWER_POLICY_LOCKED, mIsPowerPolicyLocked); in dumpProto()2628 if (mIsPowerPolicyLocked) { in applyPowerPolicy()2658 mIsPowerPolicyLocked = true; in applyPreemptivePowerPolicy()2674 if (!mIsPowerPolicyLocked) { in cancelPreemptivePowerPolicy()2679 mIsPowerPolicyLocked = false; in cancelPreemptivePowerPolicy()