Searched refs:notifyPowerPolicyChange (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/service/src/com/android/car/power/ |
D | CarPowerManagementService.java | 963 notifyPowerPolicyChange(accumulatedPolicy); in notifyPowerStateChangeToDaemon() 1867 notifyPowerPolicyChange(policyId, /* upToDaemon= */ true, /* force= */ false); in doHandlePowerPolicyNotification() 1871 notifyPowerPolicyChange(accumulatedPolicy); in doHandlePowerPolicyNotification() 2365 notifyPowerPolicyChange(currentPowerPolicy); in initializePowerPolicy() 2618 notifyPowerPolicyChange(accumulatedPolicy); in applyPowerPolicy() 2642 notifyPowerPolicyChange(policyId, upToDaemon, force); in applyPowerPolicy() 2665 notifyPowerPolicyChange(policyId, /* upToDaemon= */ true, /* force= */ true); in applyPreemptivePowerPolicy() 2709 daemon.notifyPowerPolicyChange(policyId, force); in notifyPowerPolicyChangeToDaemon() 2718 private void notifyPowerPolicyChange(String policyId, boolean upToDaemon, boolean force) { in notifyPowerPolicyChange() method in CarPowerManagementService 2728 notifyPowerPolicyChange(policyId, appliedPolicy, accumulatedPolicy); in notifyPowerPolicyChange() [all …]
|
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | CarPowerPolicyServer.h | 116 ndk::ScopedAStatus notifyPowerPolicyChange(const std::string& policyId, bool force) override 217 ndk::ScopedAStatus notifyPowerPolicyChange(const std::string& policyId, bool force);
|
D | CarPowerPolicyServer.cpp | 214 ScopedAStatus CarServiceNotificationHandler::notifyPowerPolicyChange(const std::string& policyId, in notifyPowerPolicyChange() function in android::frameworks::automotive::powerpolicy::CarServiceNotificationHandler 221 return mService->notifyPowerPolicyChange(policyId, force); in notifyPowerPolicyChange() 527 ScopedAStatus CarPowerPolicyServer::notifyPowerPolicyChange(const std::string& policyId, in notifyPowerPolicyChange() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
|
/packages/services/Car/tests/carservice_test/src/com/android/car/power/ |
D | CarPowerManagementTest.java | 621 .notifyPowerPolicyChange(policyIdWifiOff, /* force= */ false); in testApplyPowerPolicy_vhalPropertyUpdated()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | CarPowerManagementServiceUnitTest.java | 3530 public void notifyPowerPolicyChange(String policyId, boolean force) { in notifyPowerPolicyChange() method in CarPowerManagementServiceUnitTest.FakeCarPowerPolicyDaemon
|