Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp1408 auto timeout_remaining = sleep_ms - time_elapsed_ms; in thermalWatcherCallbackFunc() local
1409 if (min_sleep_ms > timeout_remaining) { in thermalWatcherCallbackFunc()
1410 min_sleep_ms = timeout_remaining; in thermalWatcherCallbackFunc()
1413 << ": timeout_remaining=" << timeout_remaining.count(); in thermalWatcherCallbackFunc()