Home
last modified time | relevance | path

Searched refs:notifyPowerPolicyGroupDefinition (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/cpp/powerpolicy/aidl/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegate.aidl105 void notifyPowerPolicyGroupDefinition(in @utf8InCpp String policyGroupId, in notifyPowerPolicyGroupDefinition() method
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/1/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegate.aidl41 …void notifyPowerPolicyGroupDefinition(in @utf8InCpp String policyGroupId, in String[] powerPolicyP… in notifyPowerPolicyGroupDefinition() method
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/current/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegate.aidl41 …void notifyPowerPolicyGroupDefinition(in @utf8InCpp String policyGroupId, in String[] powerPolicyP… in notifyPowerPolicyGroupDefinition() method
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.h147 ndk::ScopedAStatus notifyPowerPolicyGroupDefinition(
221 ndk::ScopedAStatus notifyPowerPolicyGroupDefinition(
DCarPowerPolicyServer.cpp296 ScopedAStatus CarPowerPolicyDelegate::notifyPowerPolicyGroupDefinition( in notifyPowerPolicyGroupDefinition() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyDelegate
300 return service->notifyPowerPolicyGroupDefinition(policyGroupId, in notifyPowerPolicyGroupDefinition()
566 ScopedAStatus CarPowerPolicyServer::notifyPowerPolicyGroupDefinition( in notifyPowerPolicyGroupDefinition() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeRefactoredCarPowerPolicyDaemon.java282 public void notifyPowerPolicyGroupDefinition( in notifyPowerPolicyGroupDefinition() method in FakeRefactoredCarPowerPolicyDaemon
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java3589 daemon.notifyPowerPolicyGroupDefinition(policyGroupId, powerPolicyPerState); in definePowerPolicyGroupFromCommand()