Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/
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()
DHintManager.cc94 void HintManager::DoHintStatus(const std::string &hint_type, std::chrono::milliseconds timeout_ms) { in DoHintStatus()
112 void HintManager::EndHintStatus(const std::string &hint_type) { in EndHintStatus()
126 void HintManager::DoHintAction(const std::string &hint_type) { in DoHintAction()
157 void HintManager::EndHintAction(const std::string &hint_type) { in EndHintAction()
167 bool HintManager::DoHint(const std::string& hint_type) { in DoHint()
178 bool HintManager::DoHint(const std::string& hint_type, in DoHint()
197 bool HintManager::EndHint(const std::string& hint_type) { in EndHint()
534 const std::string& hint_type = actions[i]["PowerHint"].asString(); in ParseActions() local
DNodeLooperThread.cc31 const std::string& hint_type) { in Request()
75 const std::string& hint_type) { in Cancel()
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()