Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/java/android/filterfw/
DGraphEnvironment.java56 private AsyncRunner mAsyncRunner; field in GraphEnvironment.GraphHandle
68 if (mAsyncRunner == null) { in getAsyncRunner()
69 mAsyncRunner = new AsyncRunner(environment, RoundRobinScheduler.class); in getAsyncRunner()
70 mAsyncRunner.setGraph(mGraph); in getAsyncRunner()
72 return mAsyncRunner; in getAsyncRunner()