Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h39 struct HintStats { struct
40 HintStats() : count(0), duration_ms(0) {} in HintStats() argument
144 HintStats GetHintStats(const std::string &hint_type) const;
/hardware/google/pixel/power-libperfmgr/aidl/tests/mocks/
DMockHintManager.h41 MOCK_METHOD(::android::perfmgr::HintStats, GetHintStats, (const std::string &hint_type),
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc302 static inline void _VerifyStats(const HintStats &stats, uint32_t count, uint64_t duration_min, in _VerifyStats()
327 HintStats launch_stats(hm->GetHintStats("LAUNCH")); in TEST_F()
330 HintStats interaction_stats(hm->GetHintStats("INTERACTION")); in TEST_F()
429 HintStats launch_stats(hm->GetHintStats("LAUNCH")); in TEST_F()
440 HintStats interaction_stats(hm->GetHintStats("INTERACTION")); in TEST_F()
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc219 HintStats HintManager::GetHintStats(const std::string &hint_type) const { in GetHintStats()
220 HintStats hint_stats; in GetHintStats()
252 HintStats hint_stats(GetHintStats(ordered_key)); in DumpToFd()