Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc186 std::chrono::milliseconds timeout_ms_override) { in DoHint() argument
188 << timeout_ms_override.count() << "ms"; in DoHint()
194 action.timeout_ms = timeout_ms_override; in DoHint()
199 DoHintStatus(hint_type, timeout_ms_override); in DoHint()
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/aidl/tests/mocks/
DMockHintManager.h33 (const std::string &hint_type, std::chrono::milliseconds timeout_ms_override), ());
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h116 bool DoHint(const std::string &hint_type, std::chrono::milliseconds timeout_ms_override);