Lines Matching refs:ServiceManager
376 ServiceManager::GetInstance().ForEachService([&kill_after_apps, &to_starts](Service* s) { in DoReboot()
387 Service* bootAnim = ServiceManager::GetInstance().FindServiceByName("bootanim"); in DoReboot()
388 Service* surfaceFlinger = ServiceManager::GetInstance().FindServiceByName("surfaceflinger"); in DoReboot()
390 ServiceManager::GetInstance().ForEachServiceInClass("animation", [](Service* s) { in DoReboot()
401 ServiceManager::GetInstance().ForEachService([](Service* s) { in DoReboot()
409 ServiceManager::GetInstance().ReapAnyOutstandingChildren(); in DoReboot()
412 ServiceManager::GetInstance().ForEachService([&service_count](Service* s) { in DoReboot()
437 ServiceManager::GetInstance().ForEachService([](Service* s) { in DoReboot()
440 ServiceManager::GetInstance().ReapAnyOutstandingChildren(); in DoReboot()
443 Service* voldService = ServiceManager::GetInstance().FindServiceByName("vold"); in DoReboot()
451 ServiceManager::GetInstance().ForEachService([&kill_after_apps](Service* s) { in DoReboot()
528 if (ServiceManager::GetInstance().IsWaitingForExec()) { in HandlePowerctlMessage()
529 ServiceManager::GetInstance().ClearExecWait(); in HandlePowerctlMessage()