Home
last modified time | relevance | path

Searched refs:timeout_ms_override (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/power-libperfmgr/aidl/tests/mocks/
DMockHintManager.h33 (const std::string &hint_type, std::chrono::milliseconds timeout_ms_override), ());
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h114 bool DoHint(const std::string &hint_type, std::chrono::milliseconds timeout_ms_override);
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc179 std::chrono::milliseconds timeout_ms_override) { in DoHint() argument
181 << timeout_ms_override.count() << "ms"; in DoHint()
187 action.timeout_ms = timeout_ms_override; in DoHint()
192 DoHintStatus(hint_type, timeout_ms_override); in DoHint()