OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
387
svc->flags |= (svc->flags &
SVC_RC_DISABLED
) ? SVC_DISABLED : SVC_RESET;
init_parser.c
669
svc->flags |=
SVC_RC_DISABLED
;
Completed in 24 milliseconds