Home | History | Annotate | Download | only in perfmgr

Lines Matching refs:HintManager

29 // HintManager is the external interface of the library to be used by PowerHAL
30 // to do power hints with sysfs nodes. HintManager maintains a representation of
33 class HintManager {
35 HintManager(sp<NodeLooperThread> nm,
38 ~HintManager() {
60 // Static method to construct HintManager from the JSON config file.
61 static std::unique_ptr<HintManager> GetFromJSON(
64 // Return available hints managed by HintManager
78 HintManager(HintManager const&) = delete;
79 void operator=(HintManager const&) = delete;