Home
last modified time | relevance | path

Searched refs:HintManager (Results 1 – 5 of 5) sorted by relevance

/system/extras/libperfmgr/include/perfmgr/
DHintManager.h36 class HintManager {
38 HintManager(sp<NodeLooperThread> nm, in HintManager() function
41 ~HintManager() { in ~HintManager()
64 static std::unique_ptr<HintManager> GetFromJSON(
81 HintManager(HintManager const&) = delete;
82 void operator=(HintManager const&) = delete;
/system/extras/libperfmgr/tests/
DHintManagerTest.cc123 class HintManagerTest : public ::testing::Test, public HintManager {
126 : HintManager(nullptr, in HintManagerTest()
206 HintManager hm(nm_, actions_); in TEST_F()
216 HintManager hm(nm_, actions_); in TEST_F()
226 HintManager hm(nm_, actions_); in TEST_F()
274 HintManager::ParseNodes(json_doc_); in TEST_F()
308 HintManager::ParseNodes(json_doc_); in TEST_F()
317 HintManager::ParseNodes(json_doc_); in TEST_F()
327 HintManager::ParseNodes(json_doc_); in TEST_F()
337 HintManager::ParseNodes(json_doc_); in TEST_F()
[all …]
/system/extras/libperfmgr/
DHintManager.cc35 bool HintManager::ValidateHint(const std::string& hint_type) const { in ValidateHint()
47 bool HintManager::DoHint(const std::string& hint_type) { in DoHint()
54 bool HintManager::DoHint(const std::string& hint_type, in DoHint()
68 bool HintManager::EndHint(const std::string& hint_type) { in EndHint()
75 bool HintManager::IsRunning() const { in IsRunning()
79 std::vector<std::string> HintManager::GetHints() const { in GetHints()
87 void HintManager::DumpToFd(int fd) { in DumpToFd()
105 std::unique_ptr<HintManager> HintManager::GetFromJSON( in GetFromJSON()
120 HintManager::ParseActions(json_doc, nodes); in GetFromJSON()
128 std::unique_ptr<HintManager> hm = in GetFromJSON()
[all …]
DAndroid.bp53 "HintManager.cc",
/system/extras/libperfmgr/tools/
DConfigVerifier.cc31 class NodeVerifier : public HintManager {
70 : HintManager(std::move(nm), actions) {} in NodeVerifier()
100 std::unique_ptr<android::perfmgr::HintManager> hm = in execConfig()
101 android::perfmgr::HintManager::GetFromJSON(json_file); in execConfig()