Searched refs:printWatchdogInfo (Results 1 – 2 of 2) sorted by relevance
231 static void printWatchdogInfo(void *ctx);
389 void Context::printWatchdogInfo(void *ctx) { in printWatchdogInfo() function in android::renderscript::Context498 mIO.setTimeoutCallback(printWatchdogInfo, this, 2e9); in initContext()