Searched refs:notify_service_state (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dinit.c69 static void notify_service_state(const char *name, const char *state) function
299 notify_service_state(svc->name, "running");
317 notify_service_state(svc->name, "stopping");
319 notify_service_state(svc->name, "stopped");
378 notify_service_state(svc->name, "stopped");
407 notify_service_state(svc->name, "restarting");

Completed in 1803 milliseconds