Home
last modified time | relevance | path

Searched refs:GraphHandle (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/
DGraphEnvironment.java53 private ArrayList<GraphHandle> mGraphs = new ArrayList<GraphHandle>();
55 private class GraphHandle { class in GraphEnvironment
60 public GraphHandle(FilterGraph graph) { in GraphHandle() method in GraphEnvironment.GraphHandle
156 GraphHandle graphHandle = new GraphHandle(graph); in addGraph()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt18798 Landroid/filterfw/GraphEnvironment$GraphHandle;->getAsyncRunner(Landroid/filterfw/core/FilterContex…
18799 Landroid/filterfw/GraphEnvironment$GraphHandle;->getGraph()Landroid/filterfw/core/FilterGraph;
18800 Landroid/filterfw/GraphEnvironment$GraphHandle;->getSyncRunner(Landroid/filterfw/core/FilterContext…
18801 Landroid/filterfw/GraphEnvironment$GraphHandle;->mAsyncRunner:Landroid/filterfw/core/AsyncRunner;
18802 Landroid/filterfw/GraphEnvironment$GraphHandle;->mGraph:Landroid/filterfw/core/FilterGraph;
18803 Landroid/filterfw/GraphEnvironment$GraphHandle;->mSyncRunner:Landroid/filterfw/core/SyncRunner;