Searched refs:tunnelResourceId (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | IIpSecService.aidl | 52 int tunnelResourceId, in addAddressToTunnelInterface() argument 57 int tunnelResourceId, in removeAddressFromTunnelInterface() argument 72 int tunnelResourceId, int direction, int transformResourceId, in String callingPackage); in applyTunnelModeTransform() argument
|
/frameworks/base/services/core/java/com/android/server/ |
D | IpSecService.java | 1332 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in addAddressToTunnelInterface() argument 1339 userRecord.mTunnelInterfaceRecords.getResourceOrThrow(tunnelResourceId); in addAddressToTunnelInterface() 1361 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in removeAddressFromTunnelInterface() argument 1368 userRecord.mTunnelInterfaceRecords.getResourceOrThrow(tunnelResourceId); in removeAddressFromTunnelInterface() 1662 int tunnelResourceId, int direction, in applyTunnelModeTransform() argument 1676 userRecord.mTunnelInterfaceRecords.getResourceOrThrow(tunnelResourceId); in applyTunnelModeTransform()
|