Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DSurface.java82 private static native boolean nativeIsConsumerRunningBehind(long nativeObject); in nativeIsConsumerRunningBehind() method in Surface
426 return nativeIsConsumerRunningBehind(mNativeObject); in isConsumerRunningBehind()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp176 static jboolean nativeIsConsumerRunningBehind(JNIEnv* env, jclass clazz, jlong nativeObject) { in nativeIsConsumerRunningBehind() function
464 {"nativeIsConsumerRunningBehind", "(J)Z", (void*)nativeIsConsumerRunningBehind},
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61949 Landroid/view/Surface;->nativeIsConsumerRunningBehind(J)Z