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

  /system/core/init/
init.h 68 #define SVC_RUNNING 0x04 /* currently active */
signal_handler.c 79 svc->flags &= (~SVC_RUNNING);
init.c 166 if (svc->flags & SVC_RUNNING) {
298 svc->flags |= SVC_RUNNING;
310 svc->flags &= (~(SVC_RUNNING|SVC_RESTARTING));

Completed in 122 milliseconds