Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.cpp108 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()
DrsContext.h190 watchdog.command = cmd; in setWatchdogGL()
191 watchdog.file = file; in setWatchdogGL()
192 watchdog.line = line; in setWatchdogGL()
230 } watchdog; variable
/frameworks/base/proto/src/
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/base/services/core/java/com/android/server/
DEventLogTags.logtags87 2802 watchdog (Service|3)
/frameworks/base/services/java/com/android/server/
DSystemServer.java808 final Watchdog watchdog = Watchdog.getInstance(); in startOtherServices() local
809 watchdog.init(context, mActivityManagerService); in startOtherServices()