Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DIpSecService.java178 void freeUnderlyingResources() throws RemoteException; in freeUnderlyingResources() method
290 mResource.freeUnderlyingResources(); in releaseReference()
518 public abstract void freeUnderlyingResources() throws RemoteException; in freeUnderlyingResources() method in IpSecService.OwnedResourceRecord
624 public void freeUnderlyingResources() { in freeUnderlyingResources() method in IpSecService.TransformRecord
692 public void freeUnderlyingResources() { in freeUnderlyingResources() method in IpSecService.SpiRecord
835 public void freeUnderlyingResources() { in freeUnderlyingResources() method in IpSecService.TunnelInterfaceRecord
954 public void freeUnderlyingResources() { in freeUnderlyingResources() method in IpSecService.EncapSocketRecord
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceRefcountedResourceTest.java87 .freeUnderlyingResources(); in assertResourceState()