Home
last modified time | relevance | path

Searched defs:notifyCarServiceReady (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/power/aidl/android/automotive/power/internal/
DICarPowerManagementDelegate.aidl49 PowerPolicyInitData notifyCarServiceReady(in ICarPowerManagementDelegateCallback callback); in notifyCarServiceReady() method
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeRefactoredCarPowerManagementDaemon.java198 public PowerPolicyInitData notifyCarServiceReady(ICarPowerManagementDelegateCallback callback) { in notifyCarServiceReady() method in FakeRefactoredCarPowerManagementDaemon
/packages/services/Car/cpp/power/server/src/
DCarPowerPolicyServer.cpp241 ScopedAStatus CarServiceNotificationHandler::notifyCarServiceReady(PolicyState* policyState) { in notifyCarServiceReady() function in android::frameworks::automotive::powerpolicy::CarServiceNotificationHandler
288 ScopedAStatus CarPowerManagementDelegate::notifyCarServiceReady( in notifyCarServiceReady() function in android::frameworks::automotive::powerpolicy::CarPowerManagementDelegate
946 ScopedAStatus CarPowerPolicyServer::notifyCarServiceReady(PolicyState* policyState) { in notifyCarServiceReady() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
/packages/services/Car/cpp/power/server/tests/
DCarPowerPolicyServerTest.cpp209 ScopedAStatus notifyCarServiceReady( in notifyCarServiceReady() function in android::frameworks::automotive::powerpolicy::internal::CarPowerPolicyServerPeer
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java3866 public PolicyState notifyCarServiceReady() { in notifyCarServiceReady() method in CarPowerManagementServiceUnitTest.FakeCarPowerPolicyDaemon