Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecManager.java114 private final int mSpi; field in IpSecManager.SpiUnavailableException
125 mSpi = spi; in SpiUnavailableException()
130 return mSpi; in getSpi()
162 private int mSpi = INVALID_SECURITY_PARAMETER_INDEX; field in IpSecManager.SecurityParameterIndex
167 return mSpi; in getSpi()
230 mSpi = result.spi; in SecurityParameterIndex()
233 if (mSpi == INVALID_SECURITY_PARAMETER_INDEX) { in SecurityParameterIndex()
257 .append(mSpi) in toString()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java590 private final SpiRecord mSpi; field in IpSecService.TransformRecord
597 mSpi = spi; in TransformRecord()
608 return mSpi; in getSpiRecord()
618 int spi = mSpi.getSpi(); in freeUnderlyingResources()
656 .append(mSpi.mResourceId) in toString()
672 private int mSpi; field in IpSecService.SpiRecord
680 mSpi = spi; in SpiRecord()
691 uid, mSourceAddress, mDestinationAddress, mSpi, 0 /* mark */, in freeUnderlyingResources()
698 mSpi = IpSecManager.INVALID_SECURITY_PARAMETER_INDEX; in freeUnderlyingResources()
704 return mSpi; in getSpi()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46850 Landroid/net/IpSecManager$SecurityParameterIndex;->mSpi:I
46852 Landroid/net/IpSecManager$SpiUnavailableException;->mSpi:I