Home
last modified time | relevance | path

Searched refs:watchdog (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/service/proto/
Dwifi.proto148 // Total number of networks over bad association threshold when watchdog triggered
151 // Total number of networks over bad authentication threshold when watchdog triggered
154 // Total number of networks over bad dhcp threshold when watchdog triggered
157 // Total number of networks over bad other threshold when watchdog triggered
160 // Total count of networks seen when watchdog triggered
175 // Count of times connectivity watchdog confirmed pno is working
178 // Count of times connectivity watchdog found pno not working
181 // Count of times connectivity watchdog confirmed background scan is working
184 // Count of times connectivity watchdog found background scan not working
/frameworks/rs/
DrsContext.cpp121 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()
DrsContext.h199 watchdog.command = cmd; in setWatchdogGL()
200 watchdog.file = file; in setWatchdogGL()
201 watchdog.line = line; in setWatchdogGL()
239 } watchdog; variable
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags91 2802 watchdog (Service|3)
/frameworks/base/services/java/com/android/server/
DSystemServer.java608 final Watchdog watchdog = Watchdog.getInstance(); in startOtherServices() local
609 watchdog.init(context, mActivityManagerService); in startOtherServices()