Home
last modified time | relevance | path

Searched refs:getBpfCounterNames (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/Tethering/jni/
Dcom_android_networkstack_tethering_BpfCoordinator.cpp24 static jobjectArray getBpfCounterNames(JNIEnv *env) { in getBpfCounterNames() function
38 { "getBpfCounterNames", "()[Ljava/lang/String;", (void*) getBpfCounterNames },
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java117 public static final String[] sBpfCounterNames = getBpfCounterNames();
1975 private static native String[] getBpfCounterNames(); in getBpfCounterNames() method in BpfCoordinator