Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc51 bool HintManager::ValidateHint(const std::string& hint_type) const { in ValidateHint() function in android::perfmgr::HintManager
169 if (!ValidateHint(hint_type) || !IsHintEnabled(hint_type) || in DoHint()
182 if (!ValidateHint(hint_type) || !IsHintEnabled(hint_type)) { in DoHint()
199 if (!ValidateHint(hint_type) || !nm_->Cancel(actions_.at(hint_type).node_actions, hint_type)) { in EndHint()
221 if (ValidateHint(hint_type)) { in GetHintStats()
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h167 bool ValidateHint(const std::string& hint_type) const;