Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/
DSessionTaskMap.h104 void forEachSessionValTasks(FN fn) const { in forEachSessionValTasks() function
DPowerSessionManager.cpp225 mSessionTaskMap.forEachSessionValTasks( in dumpToFd()
/hardware/google/pixel/power-libperfmgr/aidl/tests/
DSessionTaskMapTest.cpp55 m.forEachSessionValTasks([&](int64_t sessId, const auto & /*sve*/, const auto &linkedTasks) { in getTasks()