Home
last modified time | relevance | path

Searched refs:time_elapsed_ms (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dpower_files.cpp317 const std::chrono::milliseconds time_elapsed_ms, in throttlingReleaseUpdate() argument
335 if (time_elapsed_ms > power_status.time_remaining) { in throttlingReleaseUpdate()
338 power_status.time_remaining = power_status.time_remaining - time_elapsed_ms; in throttlingReleaseUpdate()
Dpower_files.h86 const std::chrono::milliseconds time_elapsed_ms,
Dthermal_watcher.cpp505 auto time_elapsed_ms = std::chrono::duration_cast<std::chrono::milliseconds>(boot_clock::now() - in threadLoop() local
508 if (time_elapsed_ms < sleep_ms_ && in threadLoop()
/hardware/google/pixel/thermal/
Dthermal-helper.h199 const std::chrono::milliseconds time_elapsed_ms, size_t target_state);