Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DRtpConfig.java78 private InetSocketAddress mRemoteRtpAddress; field in RtpConfig
96 mRemoteRtpAddress = readSocketAddress(in); in RtpConfig()
112 mRemoteRtpAddress = builder.mRemoteRtpAddress; in RtpConfig()
153 return mRemoteRtpAddress; in getRemoteRtpAddress()
156 public void setRemoteRtpAddress(final InetSocketAddress mRemoteRtpAddress) { in setRemoteRtpAddress() argument
157 this.mRemoteRtpAddress = mRemoteRtpAddress; in setRemoteRtpAddress()
221 + ", mRemoteRtpAddress=" + mRemoteRtpAddress in toString()
234 return Objects.hash(mDirection, mAccessNetwork, mRemoteRtpAddress, mRtcpConfig, in hashCode()
253 && Objects.equals(mRemoteRtpAddress, s.mRemoteRtpAddress) in equals()
280 if (mRemoteRtpAddress == null) { in writeToParcel()
[all …]