Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/power/
DCarPowerManager.java390 public void setPowerPolicyGroup(@NonNull String policyGroupId) { in setPowerPolicyGroup() method in CarPowerManager
393 mService.setPowerPolicyGroup(policyGroupId); in setPowerPolicyGroup()
DICarPower.aidl44 void setPowerPolicyGroup(String policyGroupId); in setPowerPolicyGroup() method
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp130 const auto& ret = mService->setPowerPolicyGroup(value.value.stringValue); in onPropertyEvent()
537 Result<void> CarPowerPolicyServer::setPowerPolicyGroup(const std::string& groupId) { in setPowerPolicyGroup() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
684 const auto& ret = setPowerPolicyGroup(value.value.stringValue); in subscribeToVhal()
DCarPowerPolicyServer.h190 android::base::Result<void> setPowerPolicyGroup(const std::string& groupId);
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java927 return setPowerPolicyGroup(args, writer); in exec()
1979 private int setPowerPolicyGroup(String[] args, IndentingPrintWriter writer) {
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java1112 public void setPowerPolicyGroup(String policyGroupId) { in setPowerPolicyGroup() method in CarPowerManagementService
/packages/services/Car/car-lib/api/
Dsystem-current.txt859 …n(android.car.Car.PERMISSION_CONTROL_CAR_POWER_POLICY) public void setPowerPolicyGroup(@NonNull St…