Home
last modified time | relevance | path

Searched refs:getRemotePort (Results 1 – 17 of 17) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DSocketWriterNode.cpp110 mPeerAddress = RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()); in SetConfig()
115 RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort() + 1); in SetConfig()
133 peerAddress = RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()); in IsSameConfig()
137 peerAddress = RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort() + 1); in IsSameConfig()
DSocketReaderNode.cpp100 mPeerAddress = RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()); in SetConfig()
105 RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort() + 1); in SetConfig()
121 peerAddress = RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()); in IsSameConfig()
125 peerAddress = RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort() + 1); in IsSameConfig()
DRtpEncoderNode.cpp192 mPeerAddress = RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()); in SetConfig()
211 mPeerAddress = RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()); in SetConfig()
220 mPeerAddress = RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()); in SetConfig()
250 RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()) && in IsSameConfig()
263 RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()) && in IsSameConfig()
273 RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()) && in IsSameConfig()
DRtpDecoderNode.cpp342 mPeerAddress = RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()); in SetConfig()
353 mPeerAddress = RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()); in SetConfig()
362 mPeerAddress = RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()); in SetConfig()
383 RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()) && in IsSameConfig()
395 RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()) && in IsSameConfig()
405 RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()) && in IsSameConfig()
DRtcpDecoderNode.cpp115 mPeerAddress = RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()); in SetConfig()
128 RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()); in IsSameConfig()
DRtcpEncoderNode.cpp128 mPeerAddress = RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()); in SetConfig()
153 RtpAddress(pConfig->getRemoteAddress().c_str(), pConfig->getRemotePort()); in IsSameConfig()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/video/
DVideoStreamGraph.h50 mConfig->getRemotePort() == config->getRemotePort()); in isSameGraph()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/text/
DTextStreamGraph.h49 mConfig->getRemotePort() == config->getRemotePort()); in isSameGraph()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/audio/
DAudioStreamGraph.h50 mConfig->getRemotePort() == config->getRemotePort()); in isSameGraph()
/packages/modules/Connectivity/tests/cts/net/src/android/net/rtp/cts/
DAudioStreamTest.java34 assertEquals(stream.getRemotePort(), -1); in testRtpStream()
37 assertEquals(stream.getRemotePort(), 1000); in testRtpStream()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/
DRtpConfig.h78 int32_t getRemotePort();
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/
DVideoConfigTest.cpp108 EXPECT_EQ(config1.getRemotePort(), kRemotePort); in TEST_F()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/src/
DRtpConfig.cpp396 int32_t RtpConfig::getRemotePort() in getRemotePort() function in android::telephony::imsmedia::RtpConfig
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/
DIkeConnectionController.java846 public int getRemotePort() { in getRemotePort() method in IkeConnectionController
/packages/apps/Car/DebuggingRestrictionController/libs/
Dhttpcore-4.4.13.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java3476 mIkeConnectionCtrl.getRemotePort(), in buildIkeInitReq()
3777 mIkeConnectionCtrl.getRemotePort()); in isLocalOrRemoteNatDetected()
5852 mIkeConnectionCtrl.getRemotePort(), in buildUpdateSaAddressesReq()