Home
last modified time | relevance | path

Searched defs:accumulatedPolicy (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/1/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegateCallback.aidl38 …lyPowerPolicySucceeded(int requestId, in android.frameworks.automotive.powerpolicy.CarPowerPolicy … in onApplyPowerPolicySucceeded()
40 …oneway void onPowerPolicyChanged(in android.frameworks.automotive.powerpolicy.CarPowerPolicy accum… in onPowerPolicyChanged()
/packages/services/Car/cpp/powerpolicy/aidl/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegateCallback.aidl51 oneway void onApplyPowerPolicySucceeded(int requestId, in CarPowerPolicy accumulatedPolicy, in onApplyPowerPolicySucceeded()
70 oneway void onPowerPolicyChanged(in CarPowerPolicy accumulatedPolicy); in onPowerPolicyChanged()
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/current/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegateCallback.aidl38 …lyPowerPolicySucceeded(int requestId, in android.frameworks.automotive.powerpolicy.CarPowerPolicy … in onApplyPowerPolicySucceeded()
40 …oneway void onPowerPolicyChanged(in android.frameworks.automotive.powerpolicy.CarPowerPolicy accum… in onPowerPolicyChanged()
/packages/services/Car/car-lib/src/android/car/hardware/power/
DICarPowerPolicyListener.aidl30 void onPolicyChanged(in CarPowerPolicy appliedPolicy, in CarPowerPolicy accumulatedPolicy); in onPolicyChanged()
DCarPowerManager.java829 CarPowerPolicy accumulatedPolicy) { in notifyPowerPolicyListeners()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeRefactoredCarPowerPolicyDaemon.java206 CarPowerPolicy accumulatedPolicy = mComponentHandler.getAccumulatedPolicy(policyId); in applyPowerPolicyAsync() local
243 CarPowerPolicy accumulatedPolicy = mComponentHandler.getAccumulatedPolicy(policyId); in applyPowerPolicyInternal() local
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java961 CarPowerPolicy accumulatedPolicy = request.getAccumulatedPolicy(); in notifyPowerStateChangeToDaemon() local
1870 private void doHandlePowerPolicyNotification(CarPowerPolicy accumulatedPolicy) { in doHandlePowerPolicyNotification()
2250 android.frameworks.automotive.powerpolicy.CarPowerPolicy accumulatedPolicy, in onApplyPowerPolicySucceeded()
2283 android.frameworks.automotive.powerpolicy.CarPowerPolicy accumulatedPolicy) { in onPowerPolicyChanged()
2501 public void onPolicyRequestSucceeded(CarPowerPolicy accumulatedPolicy, boolean deferred) { in onPolicyRequestSucceeded()
2611 CarPowerPolicy accumulatedPolicy = request.getAccumulatedPolicy(); in applyPowerPolicy() local
2727 CarPowerPolicy accumulatedPolicy = mPowerComponentHandler.getAccumulatedPolicy(); in notifyPowerPolicyChange() local
2765 CarPowerPolicy accumulatedPolicy) { in notifyPowerPolicyChange()
2894 private void updateCurrentPowerPolicy(CarPowerPolicy accumulatedPolicy) { in updateCurrentPowerPolicy()
3044 private void handlePowerPolicyNotification(CarPowerPolicy accumulatedPolicy) { in handlePowerPolicyNotification()
/packages/services/Car/cpp/powerpolicy/server/tests/
DCarPowerPolicyServerTest.cpp361 [[maybe_unused]] bool deferred) -> ScopedAStatus { in testApplyPowerPolicyPerPowerStateChangeAsyncInternal()
547 [[maybe_unused]] bool deferred) -> ScopedAStatus { in TEST_F()
643 [[maybe_unused]] bool deferred) -> ScopedAStatus { in TEST_F()
/packages/services/Car/tests/carservice_test/src/com/android/car/power/
DCarPowerManagementTest.java985 CarPowerPolicy accumulatedPolicy) { in onPolicyChanged()
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp999 auto accumulatedPolicy = mComponentHandler.getAccumulatedPolicy(); in applyAndNotifyPowerPolicy() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java3565 CarPowerPolicy accumulatedPolicy) { in onPolicyChanged()