Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc100 void HintManager::DoHintStatus(const std::string &hint_type, std::chrono::milliseconds timeout_ms) { in DoHintStatus()
119 void HintManager::EndHintStatus(const std::string &hint_type) { in EndHintStatus()
133 void HintManager::DoHintAction(const std::string &hint_type) { in DoHintAction()
164 void HintManager::EndHintAction(const std::string &hint_type) { in EndHintAction()
174 bool HintManager::DoHint(const std::string& hint_type) { in DoHint()
185 bool HintManager::DoHint(const std::string& hint_type, in DoHint()
204 bool HintManager::EndHint(const std::string& hint_type) { in EndHint()
622 const std::string& hint_type = actions[i]["PowerHint"].asString(); in ParseActions() local
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()
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()
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/
H A Dcff.py577 def add_hint(self, hint_type, args): argument
589 def add_hintmask(self, hint_type, abs_args): argument
H A Derrors.py209 def __init__(self, hint_type, cmd_index, m_index, default_type, glyph_name): argument
/aosp_15_r20/external/freetype/src/pshinter/
H A Dpshrec.h131 PS_Hint_Type hint_type; member
H A Dpshrec.c794 PS_Hint_Type hint_type ) in ps_hints_open()