android_packages_modules_Co.../Tethering
Lorenzo Colitti ffb0ccd04b Add a BpfMap#clear method.
A caller can mostly already do this via forEach(), but having a
specific method is faster (since the code does not need to read
the value) and easier to use.

The semantics of this method (e.g., ignore ENOENT while deleting
a key, but throw on any other error) match those of the native
BpfMap::clear method.

Test: new unit tests
Change-Id: I5cd32efd0f87c823cd2d0a2fa3a95a83093fb6f9
2021-02-24 06:09:46 +00:00
..
apex Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Connectivity" 2021-02-19 06:23:22 +00:00
apishim
bpf_progs Move definitions used by tethering bpf code into the module. 2021-02-24 12:16:05 +09:00
common/TetheringLib [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Connectivity 2021-02-16 04:09:58 -08:00
jni Dump counters in "dumpsys tethering bpf". 2021-02-10 04:43:03 +00:00
res
src Add a BpfMap#clear method. 2021-02-24 06:09:46 +00:00
tests Add a BpfMap#clear method. 2021-02-24 06:09:46 +00:00
Android.bp Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Connectivity" 2021-02-19 06:23:22 +00:00
AndroidManifest.xml
AndroidManifestBase.xml
AndroidManifest_InProcess.xml
OWNERS
TEST_MAPPING
jarjar-rules.txt
proguard.flags