Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp666 Service* boot_anim = ServiceList::GetInstance().FindService("bootanim"); in DoReboot() local
668 if (boot_anim != nullptr && surface_flinger != nullptr && surface_flinger->IsRunning()) { in DoReboot()
676 boot_anim->Stop(); in DoReboot()
692 boot_anim->Start(); in DoReboot()
694 boot_anim->SetShutdownCritical(); in DoReboot()