Home
last modified time | relevance | path

Searched refs:nativeSetFrameRate (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DSurface.java100 private static native int nativeSetFrameRate( in nativeSetFrameRate() method in Surface
981 int error = nativeSetFrameRate(mNativeObject, frameRate, compatibility, in setFrameRate()
DSurfaceControl.java250 private static native void nativeSetFrameRate(long transactionObj, long nativeObject, in nativeSetFrameRate() method in SurfaceControl
3648 nativeSetFrameRate(mNativeObject, sc.mNativeObject, frameRate, compatibility, in setFrameRate()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp440 static jint nativeSetFrameRate(JNIEnv* env, jclass clazz, jlong nativeObject, jfloat frameRate, in nativeSetFrameRate() function
483 {"nativeSetFrameRate", "(JFII)I", (void*)nativeSetFrameRate},
Dandroid_view_SurfaceControl.cpp1009 static void nativeSetFrameRate(JNIEnv* env, jclass clazz, jlong transactionObj, jlong nativeObject, in nativeSetFrameRate() function
2157 (void*)nativeSetFrameRate },