Home
last modified time | relevance | path

Searched refs:nativeGetContentFrameStats (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java179 …private static native boolean nativeGetContentFrameStats(long nativeObject, WindowContentFrameStat… in nativeGetContentFrameStats() method in SurfaceControl
1601 return nativeGetContentFrameStats(mNativeObject, outStats); in getContentFrameStats()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp1497 static jboolean nativeGetContentFrameStats(JNIEnv* env, jclass clazz, jlong nativeObject, in nativeGetContentFrameStats() function
2211 (void*)nativeGetContentFrameStats },
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt62076 Landroid/view/SurfaceControl;->nativeGetContentFrameStats(JLandroid/view/WindowContentFrameStats;)Z