Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_Surface.cpp452 static jint nativeSetFrameRate(JNIEnv* env, jclass clazz, jlong nativeObject, jfloat frameRate, in nativeSetFrameRate() function
501 {"nativeSetFrameRate", "(JFII)I", (void*)nativeSetFrameRate}, in nativeSetFrameRate() method
Dandroid_view_SurfaceControl.cpp1178 static void nativeSetFrameRate(JNIEnv* env, jclass clazz, jlong transactionObj, jlong nativeObject, in nativeSetFrameRate() function
2596 {"nativeSetFrameRate", "(JJFII)V", in nativeSetFrameRate() method
/frameworks/base/core/java/android/view/
DSurface.java104 private static native int nativeSetFrameRate( in nativeSetFrameRate() method in Surface
DSurfaceControl.java274 private static native void nativeSetFrameRate(long transactionObj, long nativeObject, in nativeSetFrameRate() method in SurfaceControl