Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp643 s->SetShutdownCritical(); in DoReboot()
649 s->SetShutdownCritical(); in DoReboot()
688 service->SetShutdownCritical(); // will not check animation class separately in DoReboot()
693 surface_flinger->SetShutdownCritical(); in DoReboot()
694 boot_anim->SetShutdownCritical(); in DoReboot()
Dservice.h93 void SetShutdownCritical() { flags_ |= SVC_SHUTDOWN_CRITICAL; } in SetShutdownCritical() function