Home
last modified time | relevance | path

Searched refs:applyPowerPolicyPerPowerStateChangeAsync (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/cpp/powerpolicy/server/tests/
DCarPowerPolicyServerTest.cpp186 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/
DICarPowerPolicyDelegate.aidl142 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/
DICarPowerPolicyDelegate.aidl42 …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/
DICarPowerPolicyDelegate.aidl42 …void applyPowerPolicyPerPowerStateChangeAsync(int requestId, in android.automotive.powerpolicy.int… in applyPowerPolicyPerPowerStateChangeAsync() method
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.h150 ndk::ScopedAStatus applyPowerPolicyPerPowerStateChangeAsync(
223 ndk::ScopedAStatus applyPowerPolicyPerPowerStateChangeAsync(
DCarPowerPolicyServer.cpp306 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/
DFakeRefactoredCarPowerPolicyDaemon.java215 public void applyPowerPolicyPerPowerStateChangeAsync(int requestId, int state) in applyPowerPolicyPerPowerStateChangeAsync() method in FakeRefactoredCarPowerPolicyDaemon
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java928 daemon.applyPowerPolicyPerPowerStateChangeAsync(requestId, (byte) powerState); in notifyPowerStateChangeToDaemon()