Home
last modified time | relevance | path

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

/aosp_15_r20/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp682 if (auto ret = enqueuePowerPolicyRequest(requestId, policyId, useForce); !ret.isOk()) { in applyPowerPolicyPerPowerStateChangeAsync()
708 if (auto ret = enqueuePowerPolicyRequest(requestId, policyId, force); !ret.isOk()) { in applyPowerPolicyAsync()
715 ScopedAStatus CarPowerPolicyServer::enqueuePowerPolicyRequest(int32_t requestId, in enqueuePowerPolicyRequest() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
DCarPowerPolicyServer.h329 ndk::ScopedAStatus enqueuePowerPolicyRequest(int32_t requestId, const std::string& policyId,