OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFromJSON
(Results
1 - 5
of
5
) sorted by null
/system/extras/libperfmgr/include/perfmgr/
HintManager.h
61
static std::unique_ptr<HintManager>
GetFromJSON
(
/system/extras/libperfmgr/tools/
ConfigVerifier.cc
101
android::perfmgr::HintManager::
GetFromJSON
(json_file);
/device/google/wahoo/power-libperfmgr/
Power.cpp
55
mHintManager(HintManager::
GetFromJSON
("/vendor/etc/powerhint.json")),
/system/extras/libperfmgr/
HintManager.cc
102
std::unique_ptr<HintManager> HintManager::
GetFromJSON
(
/system/extras/libperfmgr/tests/
HintManagerTest.cc
335
std::unique_ptr<HintManager> hm = HintManager::
GetFromJSON
(json_file.path);
Completed in 226 milliseconds