Searched refs:is_thermal_shutdown (Results 1 - 1 of 1) sorted by path

/system/core/init/
H A Dreboot.cpp352 bool is_thermal_shutdown = false; local
354 is_thermal_shutdown = true;
360 if (is_thermal_shutdown) {
459 if (!is_thermal_shutdown) std::this_thread::sleep_for(100ms);

Completed in 39 milliseconds