Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/
DSessionTaskMap.h47 bool add(int64_t sessionId, const SessionValueEntry &sv, const std::vector<pid_t> &taskIds);
58 std::shared_ptr<SessionValueEntry> findSession(int64_t sessionId) const;
122 std::shared_ptr<SessionValueEntry> val;
128 std::unordered_map<pid_t, std::vector<std::shared_ptr<SessionValueEntry>>> mTasks;
DSessionValueEntry.cpp28 std::ostream &SessionValueEntry::dump(std::ostream &os) const { in dump()
DSessionValueEntry.h35 struct SessionValueEntry { struct
DSessionTaskMap.cpp29 bool SessionTaskMap::add(int64_t sessionId, const SessionValueEntry &sv, in add()
35 auto sessValPtr = std::make_shared<SessionValueEntry>(); in add()
72 std::shared_ptr<SessionValueEntry> SessionTaskMap::findSession(int64_t sessionId) const { in findSession()
DPowerSessionManager.cpp121 SessionValueEntry sve; in addPowerSession()
/hardware/google/pixel/power-libperfmgr/aidl/tests/
DSessionTaskMapTest.cpp31 SessionValueEntry makeSession(int tg) { in makeSession()
32 SessionValueEntry sv; in makeSession()
198 SessionValueEntry sve; in TEST()
215 SessionValueEntry sv; in TEST()
298 SessionValueEntry sv; in TEST()
308 SessionValueEntry sv; in TEST()
340 SessionValueEntry sv{.isActive = true, in TEST()
373 SessionValueEntry sv{.isActive = true, in TEST()
397 SessionValueEntry entry = makeSession(2000); in TEST()
/hardware/google/pixel/power-libperfmgr/
DAndroid.bp69 "aidl/SessionValueEntry.cpp",
133 "aidl/SessionValueEntry.cpp",