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

/frameworks/base/core/java/android/view/
H A DSurface.java45 private static native boolean nativeIsConsumerRunningBehind(int nativeObject); method in class:Surface
210 return nativeIsConsumerRunningBehind(mNativeObject);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp166 static jboolean nativeIsConsumerRunningBehind(JNIEnv* env, jclass clazz, jint nativeObject) { function in namespace:android
360 {"nativeIsConsumerRunningBehind", "(I)Z",
361 (void*)nativeIsConsumerRunningBehind },

Completed in 144 milliseconds