Searched refs:currentPowerPolicy (Results 1 – 6 of 6) sorted by relevance
35 CarPowerPolicy currentPowerPolicy;
38 android.frameworks.automotive.powerpolicy.CarPowerPolicy currentPowerPolicy;
180 initData.currentPowerPolicy = mPolicies.get(mCurrentPowerPolicyId); in notifyCarServiceReady()
2361 CarPowerPolicy currentPowerPolicy = convertPowerPolicyFromDaemon( in initializePowerPolicy() local2362 powerPolicyInitData.currentPowerPolicy); in initializePowerPolicy()2363 updateCurrentPowerPolicy(currentPowerPolicy); in initializePowerPolicy()2364 mPowerComponentHandler.applyPowerPolicy(currentPowerPolicy); in initializePowerPolicy()2365 notifyPowerPolicyChange(currentPowerPolicy); in initializePowerPolicy()
714 aidlReturn->currentPowerPolicy = *mCurrentPowerPolicyMeta.powerPolicy; in notifyCarServiceReadyInternal()