Searched refs:nativeSetAutoRefreshEnabled (Results 1 – 3 of 3) sorted by relevance
98 private static native int nativeSetAutoRefreshEnabled(long nativeObject, boolean enabled); in nativeSetAutoRefreshEnabled() method in Surface922 int error = nativeSetAutoRefreshEnabled(mNativeObject, enabled); in setAutoRefreshEnabled()
433 static jint nativeSetAutoRefreshEnabled(JNIEnv* env, jclass clazz, jlong nativeObject, in nativeSetAutoRefreshEnabled() function482 {"nativeSetAutoRefreshEnabled", "(JZ)I", (void*)nativeSetAutoRefreshEnabled},
65276 Landroid/view/Surface;->nativeSetAutoRefreshEnabled(JZ)I