Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp399 Service* bootAnim = ServiceList::GetInstance().FindService("bootanim"); in DoReboot() local
401 if (bootAnim != nullptr && surfaceFlinger != nullptr && surfaceFlinger->IsRunning()) { in DoReboot()
408 bootAnim->Stop(); in DoReboot()
424 bootAnim->Start().IgnoreError(); in DoReboot()
426 bootAnim->SetShutdownCritical(); in DoReboot()