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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphExporter.java85 Set<String> outputPorts = getOutputPorts(filter, includeUnconnectedOptionalPorts);
104 Set<String> outputPorts = getOutputPorts(filter, includeUnconnectedOptionalPorts);
183 static private Set<String> getOutputPorts(Filter filter, boolean includeUnconnectedOptional) { method in class:GraphExporter
189 HashMap<String, Signature.PortInfo> signaturePorts = filter.getSignature().getOutputPorts();
H A DSignature.java217 HashMap<String, PortInfo> getOutputPorts() { method in class:Signature
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java431 final Collection<OutputPort> getOutputPorts() { method in class:Filter

Completed in 266 milliseconds