Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp359 mIsPowerPolicyLocked(false), in CarPowerPolicyServer()
954 mIsPowerPolicyLocked = true; in canApplyPowerPolicyLocked()
958 mIsPowerPolicyLocked = false; in canApplyPowerPolicyLocked()
959 } else if (mIsPowerPolicyLocked) { in canApplyPowerPolicyLocked()
DCarPowerPolicyServer.h348 bool mIsPowerPolicyLocked GUARDED_BY(mMutex);
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java311 private boolean mIsPowerPolicyLocked; field in CarPowerManagementService
663 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()