Searched refs:watchdog (Results 1 – 5 of 5) sorted by relevance
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
121 watchdog.inRoot = true; in runRootScript()123 watchdog.inRoot = false; in runRootScript()414 if (rsc->watchdog.command && rsc->watchdog.file) { in printWatchdogInfo()415 ALOGE("RS watchdog timeout: %i %s line %i %s", rsc->watchdog.inRoot, in printWatchdogInfo()416 rsc->watchdog.command, rsc->watchdog.line, rsc->watchdog.file); in printWatchdogInfo()418 ALOGE("RS watchdog timeout: %i", rsc->watchdog.inRoot); in printWatchdogInfo()460 memset(&watchdog, 0, sizeof(watchdog)); in Context()
199 watchdog.command = cmd; in setWatchdogGL()200 watchdog.file = file; in setWatchdogGL()201 watchdog.line = line; in setWatchdogGL()239 } watchdog; variable
91 2802 watchdog (Service|3)
608 final Watchdog watchdog = Watchdog.getInstance(); in startOtherServices() local609 watchdog.init(context, mActivityManagerService); in startOtherServices()