Home
last modified time | relevance | path

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

/system/extras/libperfmgr/include/perfmgr/
DHintManager.h51 bool DoHint(const std::string& hint_type);
56 bool DoHint(const std::string& hint_type,
/system/extras/libperfmgr/tests/
DHintManagerTest.cc228 EXPECT_TRUE(hm.DoHint("INTERACTION")); in TEST_F()
234 EXPECT_TRUE(hm.DoHint("INTERACTION", 200ms)); in TEST_F()
236 EXPECT_TRUE(hm.DoHint("LAUNCH")); in TEST_F()
241 EXPECT_TRUE(hm.DoHint("LAUNCH", 500ms)); in TEST_F()
498 EXPECT_TRUE(hm->DoHint("INTERACTION")); in TEST_F()
504 EXPECT_TRUE(hm->DoHint("LAUNCH")); in TEST_F()
/system/extras/libperfmgr/tools/
DConfigVerifier.cc108 hm->DoHint(hint); in execConfig()
/system/extras/libperfmgr/
DHintManager.cc47 bool HintManager::DoHint(const std::string& hint_type) { in DoHint() function in android::perfmgr::HintManager
54 bool HintManager::DoHint(const std::string& hint_type, in DoHint() function in android::perfmgr::HintManager