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

/frameworks/base/core/java/android/view/
H A DSurface.java241 private native boolean nativeIsConsumerRunningBehind(); method in class:Surface
432 return nativeIsConsumerRunningBehind();
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp348 static jboolean nativeIsConsumerRunningBehind(JNIEnv* env, jobject surfaceObj) { function in namespace:android
818 {"nativeIsConsumerRunningBehind", "()Z",
819 (void*)nativeIsConsumerRunningBehind },

Completed in 229 milliseconds