Home
last modified time | relevance | path

Searched refs:mSourceAddress (Results 1 – 7 of 7) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/
DIkeSecurityParameterIndex.java47 private InetAddress mSourceAddress; field in IkeSecurityParameterIndex
53 mSourceAddress = sourceAddress; in IkeSecurityParameterIndex()
70 return mSourceAddress; in getSourceAddress()
76 sAssignedIkeSpis.remove(new Pair<InetAddress, Long>(mSourceAddress, mSpi)); in close()
91 if (mSourceAddress.equals(newSourceAddress)) { in migrate()
100 mSourceAddress.getHostAddress(), in migrate()
106 sAssignedIkeSpis.remove(new Pair<InetAddress, Long>(mSourceAddress, mSpi)); in migrate()
107 mSourceAddress = newSourceAddress; in migrate()
/packages/services/Car/car-lib/src/android/car/media/
DCarAudioPatchHandle.java40 private final String mSourceAddress; field in CarAudioPatchHandle
53 mSourceAddress = Preconditions.checkNotNull(sourceAddress, in CarAudioPatchHandle()
63 + mSourceAddress + " => " + mSinkAddress; in toString()
71 mSourceAddress = in.readString(); in CarAudioPatchHandle()
81 out.writeString(mSourceAddress); in writeToParcel()
108 return mSourceAddress; in getSourceAddress()
/packages/modules/Connectivity/framework-t/src/android/net/
DIpSecConfig.java37 private String mSourceAddress = ""; field in IpSecConfig
83 mSourceAddress = sourceAddress; in setSourceAddress()
162 return mSourceAddress; in getSourceAddress()
227 out.writeString(mSourceAddress); in writeToParcel()
250 mSourceAddress = c.mSourceAddress; in IpSecConfig()
268 mSourceAddress = in.readString(); in IpSecConfig()
294 .append(mSourceAddress) in toString()
342 && mSourceAddress.equals(rhs.mSourceAddress) in equals()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DMulticastRoutingCoordinatorServiceTest.kt93 val mSourceAddress = Inet6Address.getByName("2000::8888") as Inet6Address constant in com.android.server.connectivity.MulticastRoutingCoordinatorServiceTest
243 val mf6cctl = createStructMf6cctl(mSourceAddress, mGroupAddressScope5, in testMulticastRouting_addressScopelargerThanMinScope_allowMfcIsAdded()
247 sendMrt6msgNocachePacket(0, mSourceAddress, mGroupAddressScope5) in testMulticastRouting_addressScopelargerThanMinScope_allowMfcIsAdded()
257 val mf6cctl = createStructMf6cctl(mSourceAddress, mGroupAddressScope3, in testMulticastRouting_addressScopeSmallerThanMinScope_blockingMfcIsAdded()
261 sendMrt6msgNocachePacket(0, mSourceAddress, mGroupAddressScope3) in testMulticastRouting_addressScopeSmallerThanMinScope_blockingMfcIsAdded()
395 sendMrt6msgNocachePacket(0, mSourceAddress, mGroupAddressScope5) in testMulticastRouting_applyConfigNone_removesMfc()
399 val mf6cctlAdd = createStructMf6cctl(mSourceAddress, mGroupAddressScope5, in testMulticastRouting_applyConfigNone_removesMfc()
401 val mf6cctlUpdate = createStructMf6cctl(mSourceAddress, mGroupAddressScope5, in testMulticastRouting_applyConfigNone_removesMfc()
403 val mf6cctlDel = createStructMf6cctl(mSourceAddress, mGroupAddressScope5, in testMulticastRouting_applyConfigNone_removesMfc()
432 sendMrt6msgNocachePacket(0, mSourceAddress, groupAddress) in testMulticastRouting_maxNumberOfMfcs()
[all …]
/packages/services/Car/car-builtin-lib/src/android/car/builtin/media/
DAudioManagerHelper.java407 private final String mSourceAddress; field in AudioManagerHelper.AudioPatchInfo
413 mSourceAddress = Preconditions.checkNotNull(sourceAddress, in AudioPatchInfo()
425 return mSourceAddress; in getSourceAddress()
436 builder.append(mSourceAddress); in toString()
/packages/modules/Connectivity/service-t/src/com/android/server/
DIpSecService.java742 private final String mSourceAddress; field in IpSecService.SpiRecord
751 mSourceAddress = sourceAddress; in SpiRecord()
762 mUid, mSourceAddress, mDestinationAddress, mSpi, 0 /* mark */, in freeUnderlyingResources()
814 .append(mSourceAddress) in toString()
/packages/modules/Connectivity/framework-t/hiddenapi/
Dhiddenapi-max-target-o-low-priority-tiramisu.txt270 Landroid/net/IpSecConfig;->mSourceAddress:Ljava/lang/String;