Home
last modified time | relevance | path

Searched refs:ValidateHint (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/
H A DHintManager.cc45 bool HintManager::ValidateHint(const std::string& hint_type) const { in ValidateHint() function in android::perfmgr::HintManager
156 if (!ValidateHint(hint_type) || !IsHintEnabled(hint_type) || in DoHint()
169 if (!ValidateHint(hint_type) || !IsHintEnabled(hint_type)) { in DoHint()
186 if (!ValidateHint(hint_type) || !nm_->Cancel(actions_.at(hint_type).node_actions, hint_type)) { in EndHint()
208 if (ValidateHint(hint_type)) { in GetHintStats()
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
H A DHintManager.h138 bool ValidateHint(const std::string& hint_type) const;