HomeSort by relevance Sort by last modified time
    Searched refs:notify_service_state (Results 1 - 3 of 3) sorted by null

  /system/core/init/
signal_handler.c 88 notify_service_state(svc->name, "stopped");
115 notify_service_state(svc->name, "restarting");
init.h 120 void notify_service_state(const char *name, const char *state);
init.c 89 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 51 milliseconds