Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DPowerComponentHandler.cpp40 mAccumulatedPolicy = std::make_shared<CarPowerPolicy>(); in init()
45 mAccumulatedPolicy->disabledComponents.push_back(componentId); in init()
60 mAccumulatedPolicy->policyId = powerPolicy->policyId; in applyPowerPolicy()
61 setComponentStates(componentStates, mAccumulatedPolicy->enabledComponents, true); in applyPowerPolicy()
62 setComponentStates(componentStates, mAccumulatedPolicy->disabledComponents, false); in applyPowerPolicy()
66 setComponentStates(customComponentStates, mAccumulatedPolicy->enabledCustomComponents, true); in applyPowerPolicy()
67 setComponentStates(customComponentStates, mAccumulatedPolicy->disabledCustomComponents, false); in applyPowerPolicy()
71 mAccumulatedPolicy->enabledComponents.clear(); in applyPowerPolicy()
72 mAccumulatedPolicy->disabledComponents.clear(); in applyPowerPolicy()
73 mAccumulatedPolicy->enabledCustomComponents.clear(); in applyPowerPolicy()
[all …]
DPowerComponentHandler.h56 CarPowerPolicyPtr mAccumulatedPolicy GUARDED_BY(mMutex);
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2455 private CarPowerPolicy mAccumulatedPolicy; field in CarPowerManagementService.AsyncPolicyRequest
2480 return mAccumulatedPolicy; in getAccumulatedPolicy()
2505 mAccumulatedPolicy = accumulatedPolicy; in onPolicyRequestSucceeded()