Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/
DUClampVoter.cpp88 auto const voteItr = mCpuVotes.find(voteId); in updateDuration() local
89 if (voteItr != mCpuVotes.end()) { in updateDuration()
90 voteItr->second.updateDuration(durationNs); in updateDuration()