Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/java/android/filterfw/
DGraphEnvironment.java22 import android.filterfw.core.AsyncRunner;
57 private AsyncRunner mAsyncRunner;
68 public AsyncRunner getAsyncRunner(FilterContext environment) { in getAsyncRunner()
70 mAsyncRunner = new AsyncRunner(environment, RoundRobinScheduler.class); in getAsyncRunner()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DAsyncRunner.java27 public class AsyncRunner extends GraphRunner{ class
139 public AsyncRunner(FilterContext context, Class schedulerClass) { in AsyncRunner() method in AsyncRunner
151 public AsyncRunner(FilterContext context) { in AsyncRunner() method in AsyncRunner
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt15048 Landroid/filterfw/core/AsyncRunner$AsyncRunnerTask;->onCancelled(Landroid/filterfw/core/AsyncRunner
15049 Landroid/filterfw/core/AsyncRunner$AsyncRunnerTask;->onPostExecute(Landroid/filterfw/core/AsyncRunn…
15050 Landroid/filterfw/core/AsyncRunner$AsyncRunnerTask;->TAG:Ljava/lang/String;
15051 Landroid/filterfw/core/AsyncRunner$RunnerResult;->exception:Ljava/lang/Exception;
15052 Landroid/filterfw/core/AsyncRunner$RunnerResult;->status:I
15053 Landroid/filterfw/core/AsyncRunner;-><init>(Landroid/filterfw/core/FilterContext;)V
15054 Landroid/filterfw/core/AsyncRunner;-><init>(Landroid/filterfw/core/FilterContext;Ljava/lang/Class;)V
15055 Landroid/filterfw/core/AsyncRunner;->close()V
15056 Landroid/filterfw/core/AsyncRunner;->getError()Ljava/lang/Exception;
15057 Landroid/filterfw/core/AsyncRunner;->getGraph()Landroid/filterfw/core/FilterGraph;
[all …]