Searched refs:getGraph (Results 1 – 9 of 9) sorted by relevance
85 public FilterGraph getGraph() { in getGraph() method in SyncRunner86 return mScheduler != null ? mScheduler.getGraph() : null; in getGraph()91 if (!getGraph().isReady() ) { in step()99 getGraph().beginProcessing(); in beginProcessing()105 getGraph().closeFilters(mFilterContext); in close()192 for (Filter filter : mScheduler.getGraph().getFilters()) { in determinePostRunState()223 } else if (getGraph() == null) { in assertReadyToStep()
35 FilterGraph getGraph() { in getGraph() method in Scheduler
38 for (Filter filter : getGraph().getFilters()) { in scheduleNextNode()
178 public FilterGraph getGraph() { in getGraph() method in AsyncRunner179 return mRunner != null ? mRunner.getGraph() : null; in getGraph()
44 for (Filter filter : getGraph().getFilters()) { in scheduleNextNode()
43 Set<Filter> all_filters = getGraph().getFilters(); in scheduleNextNode()
56 public abstract FilterGraph getGraph(); in getGraph() method in GraphRunner
64 public FilterGraph getGraph() { in getGraph() method in GraphEnvironment.GraphHandle169 public FilterGraph getGraph(int graphId) { in getGraph() method in GraphEnvironment174 return mGraphs.get(graphId).getGraph(); in getGraph()
17935 Landroid/filterfw/core/AsyncRunner;->getGraph()Landroid/filterfw/core/FilterGraph;18564 Landroid/filterfw/core/Scheduler;->getGraph()Landroid/filterfw/core/FilterGraph;18696 Landroid/filterfw/core/SyncRunner;->getGraph()Landroid/filterfw/core/FilterGraph;18799 Landroid/filterfw/GraphEnvironment$GraphHandle;->getGraph()Landroid/filterfw/core/FilterGraph;18806 Landroid/filterfw/GraphEnvironment;->getGraph(I)Landroid/filterfw/core/FilterGraph;