Home
last modified time | relevance | path

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

/frameworks/opt/net/voip/src/java/android/net/rtp/
DRtpStream.java53 private InetAddress mRemoteAddress; field in RtpStream
96 return mRemoteAddress; in getRemoteAddress()
164 mRemoteAddress = address; in associate()
/frameworks/base/core/java/android/net/
DIpSecManager.java111 private final InetAddress mRemoteAddress; field in IpSecManager.SecurityParameterIndex
147 mRemoteAddress = remoteAddress; in SecurityParameterIndex()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java170 private final String mRemoteAddress; field in IpSecService.SpiRecord
186 mRemoteAddress = remoteAddress; in SpiRecord()
195 mResourceId, mDirection, mLocalAddress, mRemoteAddress, mSpi); in releaseResources()