Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/
DBpfCoordinatorShim.java197 public abstract boolean addDevMap(int ifIndex); in addDevMap() method in BpfCoordinatorShim
/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
DBpfCoordinatorShimImpl.java186 public boolean addDevMap(int ifIndex) { in addDevMap() method in BpfCoordinatorShimImpl
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java440 public boolean addDevMap(int ifIndex) { in addDevMap() method in BpfCoordinatorShimImpl
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java2153 if (mBpfCoordinatorShim.addDevMap(index)) mDeviceMapSet.add(index); in maybeAddDevMap()