Searched refs:watchdog (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A DrsContext.h190 watchdog.command = cmd;
191 watchdog.file = file;
192 watchdog.line = line;
230 } watchdog; member in class:android::renderscript::Context
H A DrsContext.cpp108 watchdog.inRoot = true;
110 watchdog.inRoot = false;
391 if (rsc->watchdog.command && rsc->watchdog.file) {
392 ALOGE("RS watchdog timeout: %i %s line %i %s", rsc->watchdog.inRoot,
393 rsc->watchdog.command, rsc->watchdog.line, rsc->watchdog.file);
395 ALOGE("RS watchdog timeou
[all...]
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java849 final Watchdog watchdog = Watchdog.getInstance();
850 watchdog.init(context, mActivityManagerService);

Completed in 59 milliseconds