Home
last modified time | relevance | path

Searched refs:CarPowerPolicyDelegate (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp235 CarPowerPolicyDelegate::CarPowerPolicyDelegate(CarPowerPolicyServer* service) : mService(service) {} in CarPowerPolicyDelegate() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyDelegate
237 void CarPowerPolicyDelegate::terminate() { in terminate()
242 binder_status_t CarPowerPolicyDelegate::dump(int fd, const char** args, uint32_t numArgs) { in dump()
251 ScopedAStatus CarPowerPolicyDelegate::notifyCarServiceReady( in notifyCarServiceReady()
261 ScopedAStatus CarPowerPolicyDelegate::applyPowerPolicyAsync(int32_t requestId, in applyPowerPolicyAsync()
271 ScopedAStatus CarPowerPolicyDelegate::setPowerPolicyGroup(const std::string& policyGroupId) { in setPowerPolicyGroup()
284 ScopedAStatus CarPowerPolicyDelegate::notifyPowerPolicyDefinition( in notifyPowerPolicyDefinition()
296 ScopedAStatus CarPowerPolicyDelegate::notifyPowerPolicyGroupDefinition( in notifyPowerPolicyGroupDefinition()
306 ScopedAStatus CarPowerPolicyDelegate::applyPowerPolicyPerPowerStateChangeAsync( in applyPowerPolicyPerPowerStateChangeAsync()
315 ScopedAStatus CarPowerPolicyDelegate::setSilentMode(const std::string& silentMode) { in setSilentMode()
[all …]
DCarPowerPolicyServer.h129 class CarPowerPolicyDelegate final :
132 explicit CarPowerPolicyDelegate(CarPowerPolicyServer* service);
370 std::shared_ptr<CarPowerPolicyDelegate> mCarPowerPolicyDelegate GUARDED_BY(mMutex);