Searched refs:getGraph (Results 1 – 8 of 8) 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()
53 public abstract FilterGraph getGraph(); in getGraph() method in GraphRunner
44 for (Filter filter : getGraph().getFilters()) { in scheduleNextNode()
186 public FilterGraph getGraph() { in getGraph() method in AsyncRunner187 return mRunner != null ? mRunner.getGraph() : null; in getGraph()
43 Set<Filter> all_filters = getGraph().getFilters(); in scheduleNextNode()
63 public FilterGraph getGraph() { in getGraph() method in GraphEnvironment.GraphHandle165 public FilterGraph getGraph(int graphId) { in getGraph() method in GraphEnvironment170 return mGraphs.get(graphId).getGraph(); in getGraph()