Home
last modified time | relevance | path

Searched refs:DoHintStatus (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h169 void DoHintStatus(const std::string &hint_type, std::chrono::milliseconds timeout_ms);
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc94 void HintManager::DoHintStatus(const std::string &hint_type, std::chrono::milliseconds timeout_ms) { in DoHintStatus() function in android::perfmgr::HintManager
173 DoHintStatus(hint_type, actions_.at(hint_type).status->max_timeout); in DoHint()
192 DoHintStatus(hint_type, timeout_ms_override); in DoHint()