Searched refs:mAsyncRunner (Results 1 – 2 of 2) sorted by relevance
57 private AsyncRunner mAsyncRunner; field in GraphEnvironment.GraphHandle69 if (mAsyncRunner == null) { in getAsyncRunner()70 mAsyncRunner = new AsyncRunner(environment, RoundRobinScheduler.class); in getAsyncRunner()71 mAsyncRunner.setGraph(mGraph); in getAsyncRunner()73 return mAsyncRunner; in getAsyncRunner()
18801 Landroid/filterfw/GraphEnvironment$GraphHandle;->mAsyncRunner:Landroid/filterfw/core/AsyncRunner;