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

/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.cpp45 void WifiDisplaySink::start(const char *sourceHost, int32_t sourcePort) { argument
48 msg->setInt32("sourcePort", sourcePort);
126 int32_t sourcePort; local
132 &mRTSPHost, &sourcePort, &path, &user, &pass)
136 CHECK(msg->findInt32("sourcePort", &sourcePort));
142 mRTSPHost.c_str(), sourcePort, notify, &mSessionID);
H A DWifiDisplaySink.h39 void start(const char *sourceHost, int32_t sourcePort);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java257 // Only the first segment contains sourcePort and destination Port
258 int sourcePort = 0;
262 sourcePort = (0xFF & pdu[index++]) << 8;
263 sourcePort |= 0xFF & pdu[index++];
277 + ", 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 122 milliseconds