Searched defs:notify_service_state (Results 1 - 1 of 1) sorted by path

/system/core/init/
H A Dinit.c89 void notify_service_state(const char *name, const char *state) function
385 notify_service_state(svc->name, "running");
412 notify_service_state(svc->name, "stopping");
414 notify_service_state(svc->name, "stopped");

Completed in 155 milliseconds