HomeSort by relevance Sort by last modified time
    Searched refs:sourcePort (Results 1 - 17 of 17) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FilterGraph.java 144 * @param sourcePort The name of the source port.
148 public void connect(String sourceFilterName, String sourcePort,
157 connect(sourceFilter, sourcePort, targetFilter, targetPort);
165 * @param sourcePort The name of the source port.
169 public void connect(Filter sourceFilter, String sourcePort,
171 sourceFilter.connect(sourcePort, targetFilter, targetPort);
289 String sourcePort,
292 String branchName = "__" + sourceFilter.getName() + "_" + sourcePort + "Branch";
297 sourceFilter.connect(sourcePort, branch, "input");
GraphReader.java 207 String sourcePort,
211 mSourcePort = sourcePort;
305 "'sourceFilter=\"filter\" sourcePort=\"port\"'.");
309 sourcePortName = attributes.getValue("sourcePort");
344 assertValueNotNull("sourcePort", sourcePortName);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInboundSmsHandler.java 278 // Only the first segment contains sourcePort and destination Port
279 int sourcePort = 0;
283 sourcePort = (0xFF & pdu[index++]) << 8;
284 sourcePort |= 0xFF & pdu[index++];
298 + ", src-port = " + sourcePort + ", dst-port = " + destinationPort
  /external/tcpdump/
print-sctp.c 505 u_short sourcePort, destPort;
537 sourcePort = EXTRACT_16BITS(&sctpPktHdr->source);
544 sourcePort,
552 sourcePort,
557 if (isForCES_port(sourcePort)) {
558 ND_PRINT((ndo, "[%s]", tok2str(ForCES_channels, NULL, sourcePort)));
  /external/webrtc/webrtc/test/channel_transport/
udp_transport.h 351 // Set ip and sourcePort according to address. As input parameter ipSize
358 uint16_t& sourcePort);
360 // Set ip and sourcePort according to address. As input parameter ipSize
370 uint16_t& sourcePort) = 0;
udp_transport_impl.h 134 uint16_t& sourcePort) override;
184 uint16_t& sourcePort);
udp_transport_impl.cc 195 uint16_t& sourcePort)
203 sourcePort = _previousSourcePort;
209 uint16_t& sourcePort)
216 GetCachedAddress(ip,ipSize,sourcePort);
230 GetCachedAddress(ip,ipSize,sourcePort);
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/io/
TextGraphReader.java 131 String sourcePort,
135 mSourcePort = sourcePort;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 545 milliseconds