Home
last modified time | relevance | path

Searched refs:tetherOffloadClientAdd (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DIpServer.java963 mBpfCoordinator.tetherOffloadClientAdd(this, clientInfo); in updateClientInfoIpv4()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfCoordinator.java688 public void tetherOffloadClientAdd(@NonNull final IpServer ipServer, in tetherOffloadClientAdd() method in BpfCoordinator
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DBpfCoordinatorTest.java1406 coordinator.tetherOffloadClientAdd(mIpServer, clientInfo); in setDownstreamAndClientInformationTo()