Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java241 private final Set<Integer> mDeviceMapSet = new LinkedHashSet<>(); field in BpfCoordinator
1741 if (mDeviceMapSet.contains(index)) continue; in maybeAddDevMap()
1742 if (mBpfCoordinatorShim.addDevMap(index)) mDeviceMapSet.add(index); in maybeAddDevMap()