Home
last modified time | relevance | path

Searched defs:SetCpuLimit (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dwatchdog_noop.h45 void SetCpuLimit(uint32_t /*percentage*/, uint32_t /*window_ms*/) {} in SetCpuLimit() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dwatchdog_noop.h45 void SetCpuLimit(uint32_t /*percentage*/, uint32_t /*window_ms*/) {} in SetCpuLimit() function
/aosp_15_r20/external/perfetto/src/base/
H A Dwatchdog_posix.cc202 void Watchdog::SetCpuLimit(uint32_t percentage, uint32_t window_ms) { in SetCpuLimit() function in perfetto::base::Watchdog