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

/frameworks/base/core/java/android/view/
H A DSurface.java50 private static native boolean nativeIsConsumerRunningBehind(long nativeObject); method in class:Surface
231 return nativeIsConsumerRunningBehind(mNativeObject);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp169 static jboolean nativeIsConsumerRunningBehind(JNIEnv* env, jclass clazz, jlong nativeObject) { function in namespace:android
431 {"nativeIsConsumerRunningBehind", "(J)Z",
432 (void*)nativeIsConsumerRunningBehind },

Completed in 963 milliseconds