Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/
DPowerSessionManager.cpp419 void PowerSessionManager<HintManagerT>::handleEvent(const EventSessionTimeout &eventTimeout) { in handleEvent() argument
424 auto sessValPtr = mSessionTaskMap.findSession(eventTimeout.sessionId); in handleEvent()
439 const bool voteIsActive = sessValPtr->votes->voteIsActive(eventTimeout.voteId); in handleEvent()
440 const auto voteTimeout = sessValPtr->votes->voteTimeout(eventTimeout.voteId); in handleEvent()
444 sessValPtr->votes->setUseVote(eventTimeout.voteId, false); in handleEvent()
447 ATRACE_INT(sessValPtr->sessionTrace->trace_votes[eventTimeout.voteId].c_str(), in handleEvent()
452 auto eventTimeout2 = eventTimeout; in handleEvent()
465 applyCpuAndGpuVotes(eventTimeout.sessionId, tNow); in handleEvent()