Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurface.java92 private static native int nativeSetAutoRefreshEnabled(long nativeObject, boolean enabled); in nativeSetAutoRefreshEnabled() method in Surface
856 int error = nativeSetAutoRefreshEnabled(mNativeObject, enabled); in setAutoRefreshEnabled()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp409 static jint nativeSetAutoRefreshEnabled(JNIEnv* env, jclass clazz, jlong nativeObject, in nativeSetAutoRefreshEnabled() function
460 {"nativeSetAutoRefreshEnabled", "(JZ)I", (void*)nativeSetAutoRefreshEnabled},