Home
last modified time | relevance | path

Searched refs:nativeGetDisplayedContentSample (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java201 private static native DisplayedContentSample nativeGetDisplayedContentSample( in nativeGetDisplayedContentSample() method in SurfaceControl
1869 return nativeGetDisplayedContentSample(displayToken, maxFrames, timestamp); in getDisplayedContentSample()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp1021 static jobject nativeGetDisplayedContentSample(JNIEnv* env, jclass clazz, jobject tokenObj, in nativeGetDisplayedContentSample() function
2233 (void*)nativeGetDisplayedContentSample },