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

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

Completed in 535 milliseconds