Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DIpSecService.java131 INetd getNetdInstance() throws RemoteException; in getNetdInstance() method
136 public INetd getNetdInstance() throws RemoteException {
628 .getNetdInstance() in freeUnderlyingResources()
696 .getNetdInstance() in freeUnderlyingResources()
840 final INetd netd = mSrvConfig.getNetdInstance(); in freeUnderlyingResources()
1067 final INetd netd = mSrvConfig.getNetdInstance(); in isNetdAlive()
1130 .getNetdInstance() in allocateSecurityParameterIndex()
1253 mSrvConfig.getNetdInstance().ipSecSetEncapSocketOwner( in openUdpEncapsulationSocket()
1316 final INetd netd = mSrvConfig.getNetdInstance(); in createTunnelInterface()
1393 .getNetdInstance() in addAddressToTunnelInterface()
[all …]
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java133 when(mMockIpSecSrvConfig.getNetdInstance()).thenReturn(mMockNetd); in setUp()
DIpSecServiceParameterizedTest.java171 when(mMockIpSecSrvConfig.getNetdInstance()).thenReturn(mMockNetd); in setUp()
/frameworks/base/services/
Dart-profile1226 HSPLcom/android/server/IpSecService$IpSecServiceConfiguration$1;->getNetdInstance()Landroid/net/INe…