Searched defs:readGraphString (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DGraphReader.java37 public abstract FilterGraph readGraphString(String graphString) throws GraphIOException; method in class:GraphReader
54 return readGraphString(writer.toString());
H A DTextGraphReader.java147 public FilterGraph readGraphString(String graphString) throws GraphIOException { method in class:TextGraphReader

Completed in 71 milliseconds