Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp995 if (const auto& ret = notifyVhalNewPowerPolicy(policy->policyId); !ret.ok()) { in applyAndNotifyPowerPolicy()
1145 notifyVhalNewPowerPolicy(currentPolicyId); in connectToVhalHelper()
1249 Result<void> CarPowerPolicyServer::notifyVhalNewPowerPolicy(const std::string& policyId) { in notifyVhalNewPowerPolicy() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
DCarPowerPolicyServer.h319 android::base::Result<void> notifyVhalNewPowerPolicy(const std::string& policyId)