Searched refs:sourcePort (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilterGraph.java144 * @param sourcePort The name of the source port.
148 public void connect(String sourceFilterName, String sourcePort, argument
157 connect(sourceFilter, sourcePort, targetFilter, targetPort);
165 * @param sourcePort The name of the source port.
169 public void connect(Filter sourceFilter, String sourcePort, argument
171 sourceFilter.connect(sourcePort, targetFilter, targetPort);
289 String sourcePort,
292 String branchName = "__" + sourceFilter.getName() + "_" + sourcePort + "Branch";
297 sourceFilter.connect(sourcePort, branch, "input");
288 connectAndBranch(Filter sourceFilter, String sourcePort, Filter targetFilter, String targetPort) argument
H A DGraphReader.java207 String sourcePort,
211 mSourcePort = sourcePort;
305 "'sourceFilter=\"filter\" sourcePort=\"port\"'.");
309 sourcePortName = attributes.getValue("sourcePort");
344 assertValueNotNull("sourcePort", sourcePortName);
206 ConnectCommand(String sourceFilter, String sourcePort, String targetFilter, String targetPort) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java280 // Only the first segment contains sourcePort and destination Port
281 int sourcePort = 0;
285 sourcePort = (0xFF & pdu[index++]) << 8;
286 sourcePort |= 0xFF & pdu[index++];
300 + ", src-port = " + sourcePort + ", dst-port = " + destinationPort
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DTextGraphReader.java131 String sourcePort,
135 mSourcePort = sourcePort;
130 ConnectCommand(String sourceFilter, String sourcePort, String targetFilter, String targetName) argument

Completed in 119 milliseconds