Lines Matching refs:CarPowerPolicyDelegate
235 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()
321 ScopedAStatus CarPowerPolicyDelegate::runWithService( in runWithService()
801 mCarPowerPolicyDelegate = SharedRefBase::make<CarPowerPolicyDelegate>(this); in init()