Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_display_SmallAreaDetectionController.cpp51 static void nativeSetSmallAreaDetectionThreshold(JNIEnv* env, jclass clazz, jint uid, in nativeSetSmallAreaDetectionThreshold() function
59 (void*)nativeSetSmallAreaDetectionThreshold},
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DSmallAreaDetectionController.java41 private static native void nativeSetSmallAreaDetectionThreshold(int uid, float threshold); in nativeSetSmallAreaDetectionThreshold() method in SmallAreaDetectionController
144 nativeSetSmallAreaDetectionThreshold(uid, threshold); in setSmallAreaDetectionThreshold()