Home
last modified time | relevance | path

Searched defs:notifyPowerPolicyChange (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/internal/
H A DICarPowerPolicySystemNotification.aidl55 void notifyPowerPolicyChange(in @utf8InCpp String policyId, boolean force); in notifyPowerPolicyChange() method
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A DCarPowerPolicyServer.cpp182 Status CarServiceNotificationHandler::notifyPowerPolicyChange(const std::string& policyId, in notifyPowerPolicyChange() function in android::frameworks::automotive::powerpolicy::CarServiceNotificationHandler
320 Status CarPowerPolicyServer::notifyPowerPolicyChange(const std::string& policyId, bool force) { in notifyPowerPolicyChange() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DMockedCarTestBase.java562 public void notifyPowerPolicyChange(String policyId, boolean force) { in notifyPowerPolicyChange() method in MockedCarTestBase.FakeCarPowerPolicyDaemon
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
H A DCarPowerManagementServiceUnitTest.java886 public void notifyPowerPolicyChange(String policyId, boolean force) { in notifyPowerPolicyChange() method in CarPowerManagementServiceUnitTest.FakeCarPowerPolicyDaemon
/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DCarPowerManagementService.java1336 private void notifyPowerPolicyChange(String policyId, boolean upToDaemon, boolean force) { in notifyPowerPolicyChange() method in CarPowerManagementService