Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurface.java76 private static native boolean nativeIsConsumerRunningBehind(long nativeObject); in nativeIsConsumerRunningBehind() method in Surface
372 return nativeIsConsumerRunningBehind(mNativeObject); in isConsumerRunningBehind()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp175 static jboolean nativeIsConsumerRunningBehind(JNIEnv* env, jclass clazz, jlong nativeObject) { in nativeIsConsumerRunningBehind() function
437 (void*)nativeIsConsumerRunningBehind },