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.java171 void freeUnderlyingResources() throws RemoteException; in freeUnderlyingResources() method
282 mResource.freeUnderlyingResources(); in releaseReference()
506 public abstract void freeUnderlyingResources() throws RemoteException; in freeUnderlyingResources() method in IpSecService.OwnedResourceRecord
612 public void freeUnderlyingResources() { in freeUnderlyingResources() method in IpSecService.TransformRecord
679 public void freeUnderlyingResources() { in freeUnderlyingResources() method in IpSecService.SpiRecord
817 public void freeUnderlyingResources() { in freeUnderlyingResources() method in IpSecService.TunnelInterfaceRecord
924 public void freeUnderlyingResources() { in freeUnderlyingResources() method in IpSecService.EncapSocketRecord
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceRefcountedResourceTest.java83 .freeUnderlyingResources(); in assertResourceState()