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

/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DTextGraphReader.java82 private class AllocateFilterCommand implements Command { class in class:TextGraphReader
86 public AllocateFilterCommand(String className, String filterName) { method in class:TextGraphReader.AllocateFilterCommand
254 mCommands.add(new AllocateFilterCommand(curClassName, curFilterName));
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java110 private static class AllocateFilterCommand implements Command { class in class:GraphReader
114 public AllocateFilterCommand(String className, String filterName) { method in class:GraphReader.AllocateFilterCommand
374 mCommandStack.append(new AllocateFilterCommand(className, mCurFilterName));

Completed in 3989 milliseconds