Searched refs:watchdog (Results 1 – 5 of 5) sorted by relevance
108 watchdog.inRoot = true; in runRootScript()110 watchdog.inRoot = false; in runRootScript()391 if (rsc->watchdog.command && rsc->watchdog.file) { in printWatchdogInfo()392 ALOGE("RS watchdog timeout: %i %s line %i %s", rsc->watchdog.inRoot, in printWatchdogInfo()393 rsc->watchdog.command, rsc->watchdog.line, rsc->watchdog.file); in printWatchdogInfo()395 ALOGE("RS watchdog timeout: %i", rsc->watchdog.inRoot); in printWatchdogInfo()437 memset(&watchdog, 0, sizeof(watchdog)); in Context()
190 watchdog.command = cmd; in setWatchdogGL()191 watchdog.file = file; in setWatchdogGL()192 watchdog.line = line; in setWatchdogGL()230 } watchdog; variable
148 // Total number of networks over bad association threshold when watchdog triggered151 // Total number of networks over bad authentication threshold when watchdog triggered154 // Total number of networks over bad dhcp threshold when watchdog triggered157 // Total number of networks over bad other threshold when watchdog triggered160 // Total count of networks seen when watchdog triggered175 // Count of times connectivity watchdog confirmed pno is working178 // Count of times connectivity watchdog found pno not working181 // Count of times connectivity watchdog confirmed background scan is working184 // Count of times connectivity watchdog found background scan not working
87 2802 watchdog (Service|3)
808 final Watchdog watchdog = Watchdog.getInstance(); in startOtherServices() local809 watchdog.init(context, mActivityManagerService); in startOtherServices()