Searched refs:mDeviceMapSet (Results 1 – 1 of 1) sorted by relevance
241 private final Set<Integer> mDeviceMapSet = new LinkedHashSet<>(); field in BpfCoordinator1741 if (mDeviceMapSet.contains(index)) continue; in maybeAddDevMap()1742 if (mBpfCoordinatorShim.addDevMap(index)) mDeviceMapSet.add(index); in maybeAddDevMap()