Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/
DSessionTaskMap.h93 auto sessionItr = mSessions.find(session->sessionId); in forEachSessionInTask() local
94 if (sessionItr == mSessions.end()) { in forEachSessionInTask()
97 fn(sessionItr->first, *(sessionItr->second.val)); in forEachSessionInTask()