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

  /system/core/init/
init.h 74 #define SVC_RC_DISABLED 0x80 /* Remember if the disabled flag was set in the rc script */
init.c 378 svc->flags |= (svc->flags & SVC_RC_DISABLED) ? SVC_DISABLED : SVC_RESET;
init_parser.c 673 svc->flags |= SVC_RC_DISABLED;

Completed in 31 milliseconds