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 81 #define SVC_RUNNING 0x004 // currently active
signal_handler.cpp 102 svc->flags &= (~SVC_RUNNING);
init.cpp 197 if (svc->flags & SVC_RUNNING) {
389 svc->flags |= SVC_RUNNING;
404 /* The service is still SVC_RUNNING until its process exits, but if it has
442 if (svc->flags & SVC_RUNNING) {
    [all...]

Completed in 85 milliseconds