/packages/services/Car/cpp/powerpolicy/aidl/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 89 void notifyPowerPolicyDefinition(in @utf8InCpp String policyId, in notifyPowerPolicyDefinition() method
|
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/1/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 40 …void notifyPowerPolicyDefinition(in @utf8InCpp String policyId, in @utf8InCpp String[] enabledComp… in notifyPowerPolicyDefinition() method
|
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/current/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 40 …void notifyPowerPolicyDefinition(in @utf8InCpp String policyId, in @utf8InCpp String[] enabledComp… in notifyPowerPolicyDefinition() method
|
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | CarPowerPolicyServer.h | 118 ndk::ScopedAStatus notifyPowerPolicyDefinition( 144 ndk::ScopedAStatus notifyPowerPolicyDefinition( 218 ndk::ScopedAStatus notifyPowerPolicyDefinition(
|
D | CarPowerPolicyServer.cpp | 224 ScopedAStatus CarServiceNotificationHandler::notifyPowerPolicyDefinition( in notifyPowerPolicyDefinition() function in android::frameworks::automotive::powerpolicy::CarServiceNotificationHandler 232 return mService->notifyPowerPolicyDefinition(policyId, enabledComponents, disabledComponents); in notifyPowerPolicyDefinition() 284 ScopedAStatus CarPowerPolicyDelegate::notifyPowerPolicyDefinition( in notifyPowerPolicyDefinition() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyDelegate 290 return service->notifyPowerPolicyDefinition(policyId, enabledComponents, in notifyPowerPolicyDefinition() 546 ScopedAStatus CarPowerPolicyServer::notifyPowerPolicyDefinition( in notifyPowerPolicyDefinition() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
|
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | FakeRefactoredCarPowerPolicyDaemon.java | 267 public void notifyPowerPolicyDefinition(String policyId, String[] enabledComponents, in notifyPowerPolicyDefinition() method in FakeRefactoredCarPowerPolicyDaemon
|
/packages/services/Car/service/src/com/android/car/power/ |
D | CarPowerManagementService.java | 3472 daemon.notifyPowerPolicyDefinition(powerPolicyId, enabledComponents, in definePowerPolicy() 3497 daemon.notifyPowerPolicyDefinition(powerPolicyId, enabledComponents, in definePowerPolicy()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | CarPowerManagementServiceUnitTest.java | 3535 public void notifyPowerPolicyDefinition(String policyId, String[] enabledComponents, in notifyPowerPolicyDefinition() method in CarPowerManagementServiceUnitTest.FakeCarPowerPolicyDaemon
|