Searched refs:powerPolicyPerState (Results 1 – 9 of 9) sorted by relevance
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | FakeRefactoredCarPowerPolicyDaemon.java | 283 String policyGroupId, String[] powerPolicyPerState) { in notifyPowerPolicyGroupDefinition() argument 284 String waitForVhalPolicyId = powerPolicyPerState[0]; in notifyPowerPolicyGroupDefinition() 289 String onPolicyId = powerPolicyPerState[1]; in notifyPowerPolicyGroupDefinition()
|
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | PolicyManager.cpp | 666 const std::string& policyGroupId, const std::vector<std::string>& powerPolicyPerState) { in definePowerPolicyGroup() argument 670 if (powerPolicyPerState.size() != 2) { in definePowerPolicyGroup() 677 if (const auto& policy = getPowerPolicy(powerPolicyPerState[i]); policy.ok()) { in definePowerPolicyGroup() 678 policyGroup[powerState] = powerPolicyPerState[i]; in definePowerPolicyGroup() 679 } else if (!powerPolicyPerState[i].empty()) { in definePowerPolicyGroup()
|
D | CarPowerPolicyServer.cpp | 297 const std::string& policyGroupId, const std::vector<std::string>& powerPolicyPerState) { in notifyPowerPolicyGroupDefinition() argument 299 [policyGroupId, powerPolicyPerState](CarPowerPolicyServer* service) -> ScopedAStatus { in notifyPowerPolicyGroupDefinition() 301 powerPolicyPerState); in notifyPowerPolicyGroupDefinition() 567 const std::string& policyGroupId, const std::vector<std::string>& powerPolicyPerState) { in notifyPowerPolicyGroupDefinition() argument 572 const auto& ret = mPolicyManager.definePowerPolicyGroup(policyGroupId, powerPolicyPerState); in notifyPowerPolicyGroupDefinition()
|
D | PolicyManager.h | 88 const std::string& policyGroupId, const std::vector<std::string>& powerPolicyPerState);
|
D | CarPowerPolicyServer.h | 149 const std::vector<std::string>& powerPolicyPerState) override; 222 const std::string& policyGroupId, const std::vector<std::string>& powerPolicyPerState);
|
/packages/services/Car/cpp/powerpolicy/aidl/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 106 in String[] powerPolicyPerState); in notifyPowerPolicyGroupDefinition() argument
|
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/1/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 41 …ifyPowerPolicyGroupDefinition(in @utf8InCpp String policyGroupId, in String[] powerPolicyPerState); in notifyPowerPolicyGroupDefinition() argument
|
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/current/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 41 …ifyPowerPolicyGroupDefinition(in @utf8InCpp String policyGroupId, in String[] powerPolicyPerState); in notifyPowerPolicyGroupDefinition() argument
|
/packages/services/Car/service/src/com/android/car/power/ |
D | CarPowerManagementService.java | 3560 String[] powerPolicyPerState = {"", ""}; in definePowerPolicyGroupFromCommand() local 3575 powerPolicyPerState[INDEX_WAIT_FOR_VHAL] = tokens[1]; in definePowerPolicyGroupFromCommand() 3578 powerPolicyPerState[INDEX_ON] = tokens[1]; in definePowerPolicyGroupFromCommand() 3589 daemon.notifyPowerPolicyGroupDefinition(policyGroupId, powerPolicyPerState); in definePowerPolicyGroupFromCommand()
|