Home
last modified time | relevance | path

Searched defs:getOutputPorts (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphExporter.java183 static private Set<String> getOutputPorts(Filter filter, boolean includeUnconnectedOptional) { in getOutputPorts() method in GraphExporter
DSignature.java217 HashMap<String, PortInfo> getOutputPorts() { in getOutputPorts() method in Signature
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilter.java431 final Collection<OutputPort> getOutputPorts() { in getOutputPorts() method in Filter