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

/frameworks/support/renderscript/v8/rs_support/
H A DrsContext.cpp71 watchdog.inRoot = true;
73 watchdog.inRoot = false;
209 if (rsc->watchdog.command && rsc->watchdog.file) {
210 ALOGE("RS watchdog timeout: %i %s line %i %s", rsc->watchdog.inRoot,
211 rsc->watchdog.command, rsc->watchdog.line, rsc->watchdog.file);
213 ALOGE("RS watchdog timeou
[all...]
H A DrsContext.h137 } watchdog; member in class:android::renderscript::Context
/frameworks/rs/
H A DrsContext.h197 } watchdog; member in class:android::renderscript::Context
200 watchdog.command = cmd;
201 watchdog.file = file;
202 watchdog.line = line;
H A DrsContext.cpp90 watchdog.inRoot = true;
92 watchdog.inRoot = false;
397 if (rsc->watchdog.command && rsc->watchdog.file) {
398 ALOGE("RS watchdog timeout: %i %s line %i %s", rsc->watchdog.inRoot,
399 rsc->watchdog.command, rsc->watchdog.line, rsc->watchdog.file);
401 ALOGE("RS watchdog timeou
[all...]
/frameworks/av/services/audioflinger/
H A DAndroid.mk77 # uncomment to enable the audio watchdog

Completed in 58 milliseconds