Home
last modified time | relevance | path

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

/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeRefactoredCarPowerPolicyDaemon.java85 private String mPendingPowerPolicyId; field in FakeRefactoredCarPowerPolicyDaemon
222 mPendingPowerPolicyId = policy.policyId; in applyPowerPolicyPerPowerStateChangeAsync()
224 + " is deferred, setting pending power policy to " + mPendingPowerPolicyId); in applyPowerPolicyPerPowerStateChangeAsync()
375 if (mPendingPowerPolicyId != null) { in onEvent()
376 applyPowerPolicyInternal(mPendingPowerPolicyId, in onEvent()
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp746 mPendingPowerPolicyId.c_str()), in dump()
952 mPendingPowerPolicyId = mCurrentPowerPolicyMeta.powerPolicy->policyId; in canApplyPowerPolicyLocked()
957 mPendingPowerPolicyId.clear(); in canApplyPowerPolicyLocked()
962 mPendingPowerPolicyId = policyId; in canApplyPowerPolicyLocked()
1057 pendingPowerPolicyId = mPendingPowerPolicyId; in notifySilentModeChangeLegacy()
1077 pendingPowerPolicyId = mPendingPowerPolicyId; in notifySilentModeChangeInternal()
1162 policyId = mPendingPowerPolicyId; in applyInitialPowerPolicy()
DCarPowerPolicyServer.h347 std::string mPendingPowerPolicyId GUARDED_BY(mMutex);
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java307 private String mPendingPowerPolicyId; field in CarPowerManagementService
661 writer.printf("mPendingPowerPolicyId: %s\n", mPendingPowerPolicyId); in dump()
719 proto.write(CarPowerDumpProto.PENDING_POWER_POLICY_ID, mPendingPowerPolicyId); in dumpProto()
2631 mPendingPowerPolicyId = policyId; in applyPowerPolicy()
2660 mPendingPowerPolicyId = mCurrentPowerPolicyId; in applyPreemptivePowerPolicy()
2680 policyId = mPendingPowerPolicyId; in cancelPreemptivePowerPolicy()
2681 mPendingPowerPolicyId = null; in cancelPreemptivePowerPolicy()