Searched refs:nativeUpdateSmallAreaDetection (Results 1 – 2 of 2) sorted by relevance
27 static void nativeUpdateSmallAreaDetection(JNIEnv* env, jclass clazz, jintArray jappIds, in nativeUpdateSmallAreaDetection() function57 {"nativeUpdateSmallAreaDetection", "([I[F)V", (void*)nativeUpdateSmallAreaDetection},
40 private static native void nativeUpdateSmallAreaDetection(int[] appIds, float[] thresholds); in nativeUpdateSmallAreaDetection() method in SmallAreaDetectionController128 nativeUpdateSmallAreaDetection(appIds, thresholds); in updateSmallAreaDetection()