Searched refs:mGraphs (Results 1 – 4 of 4) sorted by relevance
52 private ArrayList<GraphHandle> mGraphs = new ArrayList<GraphHandle>(); field in GraphEnvironment153 mGraphs.add(graphHandle); in addGraph()154 return mGraphs.size() - 1; in addGraph()166 if (graphId < 0 || graphId >= mGraphs.size()) { in getGraph()170 return mGraphs.get(graphId).getGraph(); in getGraph()186 return mGraphs.get(graphId).getAsyncRunner(getContext()); in getRunner()189 return mGraphs.get(graphId).getSyncRunner(getContext()); in getRunner()
37 private Set<FilterGraph> mGraphs = new HashSet<FilterGraph>(); field in FilterContext105 for (FilterGraph graph : mGraphs) { in tearDown()108 mGraphs.clear(); in tearDown()124 mGraphs.add(graph); in addGraph()
600 private Set<FilterGraph> mGraphs = new HashSet<FilterGraph>(); field in GraphRunner881 synchronized (mGraphs) { in tearDown()882 if (!mGraphs.isEmpty()) { in tearDown()884 + mGraphs.size() + " graphs still attached!"); in tearDown()908 synchronized (mGraphs) { in releaseFrames()909 if (!mGraphs.isEmpty()) { in releaseFrames()911 + mGraphs.size() + " graphs still attached!"); in releaseFrames()919 synchronized (mGraphs) { in attachGraph()920 mGraphs.add(graph); in attachGraph()953 synchronized (mGraphs) { in tearDownGraph()[all …]
93 private Set<FilterGraph> mGraphs = new HashSet<FilterGraph>(); field in MffContext320 synchronized (mGraphs) { in addGraph()321 mGraphs.add(graph); in addGraph()430 for (FilterGraph graph : mGraphs) { in tearDown()