Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp378 s->SetShutdownCritical(); in DoReboot()
381 s->SetShutdownCritical(); in DoReboot()
391 s->SetShutdownCritical(); // will not check animation class separately in DoReboot()
Dservice.h89 void SetShutdownCritical() { flags_ |= SVC_SHUTDOWN_CRITICAL; } in SetShutdownCritical() function