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

  /system/core/init/
signal_handler.c 66 if (!(svc->flags & SVC_ONESHOT)) {
82 if (svc->flags & SVC_ONESHOT) {
init.h 67 #define SVC_ONESHOT 0x02 /* do not restart on exit */
init.c 200 if ((!(svc->flags & SVC_ONESHOT)) && dynamic_args) {
init_parser.c 724 svc->flags |= SVC_ONESHOT;

Completed in 54 milliseconds