Home
last modified time | relevance | path

Searched defs:hint_type (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/
H A DHintManager.cc87 void HintManager::DoHintStatus(const std::string &hint_type, std::chrono::milliseconds timeout_ms) { in DoHintStatus()
105 void HintManager::EndHintStatus(const std::string &hint_type) { in EndHintStatus()
119 void HintManager::DoHintAction(const std::string &hint_type) { in DoHintAction()
145 void HintManager::EndHintAction(const std::string &hint_type) { in EndHintAction()
154 bool HintManager::DoHint(const std::string& hint_type) { in DoHint()
165 bool HintManager::DoHint(const std::string& hint_type, in DoHint()
184 bool HintManager::EndHint(const std::string& hint_type) { in EndHint()
471 const std::string& hint_type = actions[i]["PowerHint"].asString(); in ParseActions() local
H A DRequestGroup.cc29 bool RequestGroup::AddRequest(const std::string& hint_type, ReqTime end_time) { in AddRequest()
41 bool RequestGroup::RemoveRequest(const std::string& hint_type) { in RemoveRequest()
H A DNodeLooperThread.cc30 const std::string& hint_type) { in Request()
69 const std::string& hint_type) { in Cancel()
H A DNode.cc39 bool Node::AddRequest(std::size_t value_index, const std::string& hint_type, in AddRequest()
51 bool Node::RemoveRequest(const std::string& hint_type) { in RemoveRequest()