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