Searched refs:nativeSetFrameRate (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | Surface.java | 94 private static native int nativeSetFrameRate( in nativeSetFrameRate() method in Surface 906 int error = nativeSetFrameRate(mNativeObject, frameRate, compatibility); in setFrameRate()
|
D | SurfaceControl.java | 222 private static native void nativeSetFrameRate( in nativeSetFrameRate() method in SurfaceControl 3036 nativeSetFrameRate(mNativeObject, sc.mNativeObject, frameRate, compatibility); in setFrameRate()
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 416 static jint nativeSetFrameRate(JNIEnv* env, jclass clazz, jlong nativeObject, jfloat frameRate, in nativeSetFrameRate() function 461 {"nativeSetFrameRate", "(JFI)I", (void*)nativeSetFrameRate},
|
D | android_view_SurfaceControl.cpp | 630 static void nativeSetFrameRate(JNIEnv* env, jclass clazz, jlong transactionObj, jlong nativeObject, in nativeSetFrameRate() function 1553 (void*)nativeSetFrameRate },
|