Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java225 mTetherClients = new HashMap<>(); field in BpfCoordinator
692 if (!mTetherClients.containsKey(ipServer)) { in tetherOffloadClientAdd()
693 mTetherClients.put(ipServer, new HashMap<Inet4Address, ClientInfo>()); in tetherOffloadClientAdd()
696 HashMap<Inet4Address, ClientInfo> clients = mTetherClients.get(ipServer); in tetherOffloadClientAdd()
709 HashMap<Inet4Address, ClientInfo> clients = mTetherClients.get(ipServer); in tetherOffloadClientRemove()
721 mTetherClients.remove(ipServer); in tetherOffloadClientRemove()
732 final HashMap<Inet4Address, ClientInfo> clients = mTetherClients.get(ipServer); in tetherOffloadClientClear()
801 final HashMap<Inet4Address, ClientInfo> clients = mTetherClients.get(ipServer); in tetherOffloadRule4Clear()
856 for (final IpServer ipserver : mTetherClients.keySet()) { in updateUpstreamNetworkState()
964 if (mTetherClients.isEmpty()) { in dump()
[all …]