Searched refs:applyPowerPolicyPerPowerStateChangeAsync (Results 1 – 8 of 8) sorted by relevance
/packages/services/Car/cpp/powerpolicy/server/tests/ |
D | CarPowerPolicyServerTest.cpp | 186 ScopedAStatus applyPowerPolicyPerPowerStateChangeAsync( in applyPowerPolicyPerPowerStateChangeAsync() function in android::frameworks::automotive::powerpolicy::internal::CarPowerPolicyServerPeer 188 return mServer->applyPowerPolicyPerPowerStateChangeAsync(requestId, state); in applyPowerPolicyPerPowerStateChangeAsync() 373 server->applyPowerPolicyPerPowerStateChangeAsync(requestId, in testApplyPowerPolicyPerPowerStateChangeAsyncInternal() 681 server->applyPowerPolicyPerPowerStateChangeAsync(/*requestId=*/9999, in TEST_F() 708 server->applyPowerPolicyPerPowerStateChangeAsync(/*requestId=*/9999, in TEST_F()
|
/packages/services/Car/cpp/powerpolicy/aidl/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 142 void applyPowerPolicyPerPowerStateChangeAsync(int requestId, in PowerState state); in applyPowerPolicyPerPowerStateChangeAsync() method
|
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/1/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 42 …void applyPowerPolicyPerPowerStateChangeAsync(int requestId, in android.automotive.powerpolicy.int… in applyPowerPolicyPerPowerStateChangeAsync() method
|
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/current/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 42 …void applyPowerPolicyPerPowerStateChangeAsync(int requestId, in android.automotive.powerpolicy.int… in applyPowerPolicyPerPowerStateChangeAsync() method
|
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | CarPowerPolicyServer.h | 150 ndk::ScopedAStatus applyPowerPolicyPerPowerStateChangeAsync( 223 ndk::ScopedAStatus applyPowerPolicyPerPowerStateChangeAsync(
|
D | CarPowerPolicyServer.cpp | 306 ScopedAStatus CarPowerPolicyDelegate::applyPowerPolicyPerPowerStateChangeAsync( in applyPowerPolicyPerPowerStateChangeAsync() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyDelegate 310 return service->applyPowerPolicyPerPowerStateChangeAsync(requestId, state); in applyPowerPolicyPerPowerStateChangeAsync() 584 ScopedAStatus CarPowerPolicyServer::applyPowerPolicyPerPowerStateChangeAsync( in applyPowerPolicyPerPowerStateChangeAsync() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
|
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | FakeRefactoredCarPowerPolicyDaemon.java | 215 public void applyPowerPolicyPerPowerStateChangeAsync(int requestId, int state) in applyPowerPolicyPerPowerStateChangeAsync() method in FakeRefactoredCarPowerPolicyDaemon
|
/packages/services/Car/service/src/com/android/car/power/ |
D | CarPowerManagementService.java | 928 daemon.applyPowerPolicyPerPowerStateChangeAsync(requestId, (byte) powerState); in notifyPowerStateChangeToDaemon()
|