Searched refs:GraphRunner (Results 1 – 14 of 14) sorted by relevance
96 private Set<GraphRunner> mRunners = new HashSet<GraphRunner>();325 void addRunner(GraphRunner runner) { in addRunner()391 for (GraphRunner runner : mRunners) { in stopRunners()400 for (GraphRunner runner : mRunners) { in stopRunners()409 for (GraphRunner runner : mRunners) { in resumeRunners()423 for (GraphRunner runner : mRunners) { in waitUntilStopped()435 for (GraphRunner runner : mRunners) { in tearDown()
37 public final class GraphRunner { class282 mThreadRunner.set(GraphRunner.this); in onInit()318 listener.onSubGraphRunEnded(GraphRunner.this); in onStarve()547 public void onGraphRunnerStopped(GraphRunner runner); in onGraphRunnerStopped()564 public void onSubGraphRunEnded(GraphRunner runner); in onSubGraphRunEnded()610 private static ThreadLocal<GraphRunner> mThreadRunner = new ThreadLocal<GraphRunner>();620 public GraphRunner(MffContext context) { in GraphRunner() method in GraphRunner632 public GraphRunner(MffContext context, Config config) { in GraphRunner() method in GraphRunner641 public static GraphRunner current() { in current()1010 mParams.listener.onGraphRunnerStopped(GraphRunner.this); in onRunnerStopped()
56 private GraphRunner mRunner;264 GraphRunner runner = GraphRunner.current(); in current()282 public GraphRunner getRunner() { in getRunner()392 FrameManager(GraphRunner runner, int cacheType) { in FrameManager()466 if (!mRunner.isRunning() || GraphRunner.current() != mRunner) { in assertInGraphRun()
60 GraphRunner mRunner;316 public void attachToRunner(GraphRunner runner) { in attachToRunner()467 public GraphRunner run() { in run()468 GraphRunner runner = getRunner(); in run()482 public GraphRunner getRunner() { in getRunner()484 GraphRunner runner = new GraphRunner(mContext); in getRunner()
752 GraphRunner runner = GraphRunner.current(); in assertIsPaused()
96 if (GraphRunner.current().isOpenGLSupported()) { in copyToFrame()
25 import android.filterfw.core.GraphRunner;75 public GraphRunner getSyncRunner(FilterContext environment) { in getSyncRunner()183 public GraphRunner getRunner(int graphId, int executionMode) { in getRunner()
23 public abstract class GraphRunner { class49 public GraphRunner(FilterContext context) { in GraphRunner() method in GraphRunner
27 public class AsyncRunner extends GraphRunner{71 if (result.status == GraphRunner.RESULT_SLEEPING) { in doInBackground()
31 public class SyncRunner extends GraphRunner {
18 import androidx.media.filterfw.GraphRunner.Listener;52 private GraphRunner mRunner;75 public void onGraphRunnerStopped(GraphRunner runner) { in setUp()
21 import android.filterfw.core.GraphRunner;41 protected GraphRunner mRunner;
29 import android.filterfw.core.GraphRunner;40 private GraphRunner mRunner;
40 import androidx.media.filterfw.GraphRunner;69 private GraphRunner mRunner;