OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOutputPorts
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphExporter.java
85
Set<String> outputPorts =
getOutputPorts
(filter, includeUnconnectedOptionalPorts);
104
Set<String> outputPorts =
getOutputPorts
(filter, includeUnconnectedOptionalPorts);
183
static private Set<String>
getOutputPorts
(Filter filter, boolean includeUnconnectedOptional) {
189
HashMap<String, Signature.PortInfo> signaturePorts = filter.getSignature().
getOutputPorts
();
Signature.java
217
HashMap<String, PortInfo>
getOutputPorts
() {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Filter.java
432
final Collection<OutputPort>
getOutputPorts
() {
Completed in 36 milliseconds