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