Home
last modified time | relevance | path

Searched refs:SVC_CRITICAL (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dservice.cpp378 if (((flags_ & SVC_CRITICAL) || !pre_apexd_) && !(flags_ & SVC_RESTART)) { in Reap()
382 if (flags_ & SVC_CRITICAL) { in Reap()
458 flags_ |= SVC_CRITICAL; in ParseCritical()
Dservice.h46 #define SVC_CRITICAL 0x020 // will reboot into bootloader if keeps crashing macro