Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/tools/
DConfigVerifier.cc87 android::perfmgr::HintManager *hm = android::perfmgr::HintManager::GetFromJSON(json_file); in execConfig()
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc682 HintManager *hm = HintManager::GetFromJSON(json_file.path, false); in TEST_F()
687 hm = HintManager::GetFromJSON(json_file.path); in TEST_F()
886 HintManager *hm = HintManager::GetFromJSON(json_file.path, false); in TEST_F()
905 HintManager *hm = HintManager::GetFromJSON(json_file.path, false); in TEST_F()
917 HintManager *hm = HintManager::GetFromJSON(json_file.path, false); in TEST_F()
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h138 static HintManager *GetFromJSON(const std::string &config_path, bool start = true);
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc298 HintManager::GetFromJSON(config_path, start); in Reload()
327 HintManager *HintManager::GetFromJSON(const std::string &config_path, bool start) { in GetFromJSON() function in android::perfmgr::HintManager