Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp1505 const auto since_last_power_log_ms = std::chrono::duration_cast<std::chrono::milliseconds>( in thermalWatcherCallbackFunc() local
1507 if (since_last_power_log_ms >= kPowerLogIntervalMs) { in thermalWatcherCallbackFunc()