Searched refs:nativeSetFrameRate (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | Surface.java | 102 private static native int nativeSetFrameRate( in nativeSetFrameRate() method in Surface 1069 int error = nativeSetFrameRate(mNativeObject, frameRate, compatibility, in setFrameRate() 1095 int error = nativeSetFrameRate(mNativeObject, 0, in clearFrameRate()
|
D | SurfaceControl.java | 259 private static native void nativeSetFrameRate(long transactionObj, long nativeObject, in nativeSetFrameRate() method in SurfaceControl 3813 nativeSetFrameRate(mNativeObject, sc.mNativeObject, frameRate, compatibility, in setFrameRate() 3836 nativeSetFrameRate(mNativeObject, sc.mNativeObject, 0.0f, in clearFrameRate()
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 451 static jint nativeSetFrameRate(JNIEnv* env, jclass clazz, jlong nativeObject, jfloat frameRate, in nativeSetFrameRate() function 500 {"nativeSetFrameRate", "(JFII)I", (void*)nativeSetFrameRate},
|
D | android_view_SurfaceControl.cpp | 1019 static void nativeSetFrameRate(JNIEnv* env, jclass clazz, jlong transactionObj, jlong nativeObject, in nativeSetFrameRate() function 2321 (void*)nativeSetFrameRate },
|