Home
last modified time | relevance | path

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

/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.cc327 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()
445 launch_stats = hm->GetHintStats("LAUNCH"); in TEST_F()
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h144 HintStats GetHintStats(const std::string &hint_type) const;
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc219 HintStats HintManager::GetHintStats(const std::string &hint_type) const { in GetHintStats() function in android::perfmgr::HintManager
252 HintStats hint_stats(GetHintStats(ordered_key)); in DumpToFd()