Home
last modified time | relevance | path

Searched defs:tetherStatsList (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
H A DBpfCoordinatorShimImpl.java99 final TetherStatsParcel[] tetherStatsList; in tetherOffloadGetStats() local
127 final SparseArray<TetherStatsValue> tetherStatsList = new SparseArray<TetherStatsValue>(); in toTetherStatsValueSparseArray() local
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfCoordinator.java1704 SparseArray<TetherStatsValue> tetherStatsList = new SparseArray<TetherStatsValue>(); in maybeClearLimit() local
1805 private void updateQuotaAndStatsFromSnapshot( in updateQuotaAndStatsFromSnapshot()
1843 final SparseArray<TetherStatsValue> tetherStatsList = in updateForwardedStats() local
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DBpfCoordinatorTest.java383 private void updateStatsEntriesAndWaitForUpdate(@NonNull TetherStatsParcel[] tetherStatsList) in updateStatsEntriesAndWaitForUpdate()
/aosp12/system/netd/tests/
H A Dbinder_test.cpp3955 std::vector<TetherStatsParcel> tetherStatsList; in TEST_F() local