Lines Matching refs:powerPolicy
385 *aidlReturn = *mCurrentPowerPolicyMeta.powerPolicy; in getCurrentPowerPolicy()
520 isPowerPolicyAppliedLocked() ? mCurrentPowerPolicyMeta.powerPolicy->policyId : ""; in notifyCarServiceReady()
714 aidlReturn->currentPowerPolicy = *mCurrentPowerPolicyMeta.powerPolicy; in notifyCarServiceReadyInternal()
739 ? mCurrentPowerPolicyMeta.powerPolicy->policyId.c_str() in dump()
943 const std::string& policyId = policyMeta.powerPolicy->policyId; in canApplyPowerPolicyLocked()
945 if (isPolicyApplied && mCurrentPowerPolicyMeta.powerPolicy->policyId == policyId) { in canApplyPowerPolicyLocked()
952 mPendingPowerPolicyId = mCurrentPowerPolicyMeta.powerPolicy->policyId; in canApplyPowerPolicyLocked()
976 CarPowerPolicyPtr policy = policyMeta.powerPolicy; in applyAndNotifyPowerPolicy()
1134 currentPolicyId = mCurrentPowerPolicyMeta.powerPolicy->policyId; in connectToVhalHelper()
1155 CarPowerPolicyPtr powerPolicy; in applyInitialPowerPolicy() local
1294 return mCurrentPowerPolicyMeta.powerPolicy != nullptr; in isPowerPolicyAppliedLocked()