Home
last modified time | relevance | path

Searched refs:inRoot (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/
DrsContext.cpp89 watchdog.inRoot = true; in runRootScript()
91 watchdog.inRoot = false; in runRootScript()
345 ALOGE("RS watchdog timeout: %i %s line %i %s", rsc->watchdog.inRoot, in printWatchdogInfo()
348 ALOGE("RS watchdog timeout: %i", rsc->watchdog.inRoot); in printWatchdogInfo()
DrsContext.h191 bool inRoot; member