Searched defs:hint_type (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | HintManager.cc | 100 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
|
D | RequestGroup.cc | 29 bool RequestGroup::AddRequest(const std::string& hint_type, ReqTime end_time) { in AddRequest() 41 bool RequestGroup::RemoveRequest(const std::string& hint_type) { in RemoveRequest()
|
D | NodeLooperThread.cc | 31 const std::string& hint_type) { in Request() 75 const std::string& hint_type) { in Cancel()
|
D | Node.cc | 39 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 D | cff.py | 577 def add_hint(self, hint_type, args): argument 589 def add_hintmask(self, hint_type, abs_args): argument
|
H A D | errors.py | 209 def __init__(self, hint_type, cmd_index, m_index, default_type, glyph_name): argument
|
/aosp_15_r20/external/freetype/src/pshinter/ |
H A D | pshrec.h | 131 PS_Hint_Type hint_type; member
|
H A D | pshrec.c | 794 PS_Hint_Type hint_type ) in ps_hints_open()
|