Home
last modified time | relevance | path

Searched refs:RESULT_RUNNING (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DAsyncRunner.java67 result.status = RESULT_RUNNING; in doInBackground()
68 while (!isCancelled() && result.status == RESULT_RUNNING) { in doInBackground()
73 result.status = RESULT_RUNNING; in doInBackground()
DGraphRunner.java42 public static final int RESULT_RUNNING = 1; field in GraphRunner
DSyncRunner.java94 return performStep() ? RESULT_RUNNING : determinePostRunState(); in step()