Searched refs:CarPowerPolicyDelegate (Results 1 – 2 of 2) sorted by relevance
235 CarPowerPolicyDelegate::CarPowerPolicyDelegate(CarPowerPolicyServer* service) : mService(service) {} in CarPowerPolicyDelegate() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyDelegate237 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 …]
129 class CarPowerPolicyDelegate final :132 explicit CarPowerPolicyDelegate(CarPowerPolicyServer* service);370 std::shared_ptr<CarPowerPolicyDelegate> mCarPowerPolicyDelegate GUARDED_BY(mMutex);