Home
last modified time | relevance | path

Searched defs:getCurrentPowerPolicy (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/1/android/frameworks/automotive/powerpolicy/
H A DICarPowerPolicyServer.aidl37 android.frameworks.automotive.powerpolicy.CarPowerPolicy getCurrentPowerPolicy(); in getCurrentPowerPolicy() method
/aosp12/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/current/android/frameworks/automotive/powerpolicy/
H A DICarPowerPolicyServer.aidl36 android.frameworks.automotive.powerpolicy.CarPowerPolicy getCurrentPowerPolicy(); in getCurrentPowerPolicy() method
/aosp12/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/
H A DICarPowerPolicyServer.aidl37 CarPowerPolicy getCurrentPowerPolicy(); in getCurrentPowerPolicy() method
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/power/
H A DICarPower.aidl40 CarPowerPolicy getCurrentPowerPolicy(); in getCurrentPowerPolicy() method
H A DCarPowerManager.java343 public CarPowerPolicy getCurrentPowerPolicy() { in getCurrentPowerPolicy() method in CarPowerManager
/aosp12/packages/services/Car/cpp/powerpolicy/server/tests/
H A DCarPowerPolicyServerTest.cpp68 Status getCurrentPowerPolicy(CarPowerPolicy* aidlReturn) { in getCurrentPowerPolicy() function in android::frameworks::automotive::powerpolicy::internal::CarPowerPolicyServerPeer
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
H A DCarPowerManagementServiceUnitTest.java914 public CarPowerPolicy getCurrentPowerPolicy() { in getCurrentPowerPolicy() method in CarPowerManagementServiceUnitTest.MockedPowerPolicyListener
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A DCarPowerPolicyServer.cpp229 Status CarPowerPolicyServer::getCurrentPowerPolicy(CarPowerPolicy* aidlReturn) { in getCurrentPowerPolicy() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DCarPowerManagementService.java1088 public CarPowerPolicy getCurrentPowerPolicy() { in getCurrentPowerPolicy() method in CarPowerManagementService