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