Home
last modified time | relevance | path

Searched refs:nativeSetAutoRefreshEnabled (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DSurface.java100 private static native int nativeSetAutoRefreshEnabled(long nativeObject, boolean enabled); in nativeSetAutoRefreshEnabled() method in Surface
1010 int error = nativeSetAutoRefreshEnabled(mNativeObject, enabled); in setAutoRefreshEnabled()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp444 static jint nativeSetAutoRefreshEnabled(JNIEnv* env, jclass clazz, jlong nativeObject, in nativeSetAutoRefreshEnabled() function
499 {"nativeSetAutoRefreshEnabled", "(JZ)I", (void*)nativeSetAutoRefreshEnabled},
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61310 Landroid/view/Surface;->nativeSetAutoRefreshEnabled(JZ)I