Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp701 Service* boot_anim = ServiceList::GetInstance().FindService("bootanim"); in DoReboot() local
703 if (boot_anim != nullptr && surface_flinger != nullptr && surface_flinger->IsRunning()) { in DoReboot()
710 boot_anim->Stop(); in DoReboot()
726 boot_anim->Start(); in DoReboot()
728 boot_anim->SetShutdownCritical(); in DoReboot()