Searched refs:ValidateHint (Results 1 – 2 of 2) sorted by relevance
51 bool HintManager::ValidateHint(const std::string& hint_type) const { in ValidateHint() function in android::perfmgr::HintManager169 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()
167 bool ValidateHint(const std::string& hint_type) const;