Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java137 mBpfDevMap = deps.getBpfDevMap(); in BpfCoordinatorShimImpl()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java475 @Nullable public IBpfMap<TetherDevKey, TetherDevValue> getBpfDevMap() { in getBpfDevMap() method in BpfCoordinator.Dependencies
1639 try (IBpfMap<TetherDevKey, TetherDevValue> map = mDeps.getBpfDevMap()) { in dumpDevmap()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java567 public IBpfMap<TetherDevKey, TetherDevValue> getBpfDevMap() {