Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurface.java84 private static native boolean nativeIsConsumerRunningBehind(long nativeObject); in nativeIsConsumerRunningBehind() method in Surface
499 return nativeIsConsumerRunningBehind(mNativeObject); in isConsumerRunningBehind()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp184 static jboolean nativeIsConsumerRunningBehind(JNIEnv* env, jclass clazz, jlong nativeObject) { in nativeIsConsumerRunningBehind() function
477 {"nativeIsConsumerRunningBehind", "(J)Z", (void*)nativeIsConsumerRunningBehind},
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61306 Landroid/view/Surface;->nativeIsConsumerRunningBehind(J)Z