Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecManager.java149 private final IIpSecService mService;
159 private final IIpSecService mService;
204 @NonNull IIpSecService service, InetAddress destinationAddress, int spi) in SecurityParameterIndex()
554 private final IIpSecService mService;
559 private UdpEncapsulationSocket(@NonNull IIpSecService service, int port) in UdpEncapsulationSocket()
729 private final IIpSecService mService;
790 private IpSecTunnelInterface(@NonNull Context ctx, @NonNull IIpSecService service, in IpSecTunnelInterface()
945 public IpSecManager(Context ctx, IIpSecService service) { in IpSecManager()
DIpSecTransform.java98 private IIpSecService getIpSecService() { in getIpSecService()
105 return IIpSecService.Stub.asInterface(b); in getIpSecService()
135 IIpSecService svc = getIpSecService(); in activate()
184 IIpSecService svc = getIpSecService(); in close()
DIIpSecService.aidl33 interface IIpSecService interface
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java34 import android.net.IIpSecService;
91 public class IpSecService extends IIpSecService.Stub {
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java105 import android.net.IIpSecService;
347 IIpSecService service = IIpSecService.Stub.asInterface(b); in registerService()
/frameworks/base/
DAndroid.bp221 "core/java/android/net/IIpSecService.aidl",