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

  /system/core/init/
init.h 79 #define SVC_RC_DISABLED 0x80 /* Remember if the disabled flag was set in the rc script */
builtins.c 247 svc->flags &= ~(SVC_DISABLED | SVC_RC_DISABLED);
init.c 390 svc->flags |= (svc->flags & SVC_RC_DISABLED) ? SVC_DISABLED : SVC_RESET;
    [all...]
init_parser.c 679 svc->flags |= SVC_RC_DISABLED;

Completed in 77 milliseconds