Home
last modified time | relevance | path

Searched defs:definePowerPolicy (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DPolicyReader.java211 int definePowerPolicy(String policyId, String[] enabledComponents, in definePowerPolicy() method in PolicyReader
H A DCarPowerManagementService.java1861 public int definePowerPolicy(String powerPolicyId, String[] enabledComponents, in definePowerPolicy() method in CarPowerManagementService
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A DPolicyManager.cpp496 Result<void> PolicyManager::definePowerPolicy(const std::string& policyId, in definePowerPolicy() function in android::frameworks::automotive::powerpolicy::PolicyManager