Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dpower_files.cpp123 .time_remaining = power_rail_info.power_sample_delay, in registerPowerRailsToWatch()
335 if (time_elapsed_ms > power_status.time_remaining) { in throttlingReleaseUpdate()
336 power_status.time_remaining = power_rail_info.power_sample_delay; in throttlingReleaseUpdate()
338 power_status.time_remaining = power_status.time_remaining - time_elapsed_ms; in throttlingReleaseUpdate()
340 << " : timeout remaining = " << power_status.time_remaining.count(); in throttlingReleaseUpdate()
349 power_status.time_remaining != power_rail_info.power_sample_delay) { in throttlingReleaseUpdate()
Dpower_files.h44 std::chrono::milliseconds time_remaining; member