HomeSort by relevance Sort by last modified time
    Searched refs:nativeIsConsumerRunningBehind (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
Surface.java 50 private static native boolean nativeIsConsumerRunningBehind(long nativeObject);
262 return nativeIsConsumerRunningBehind(mNativeObject);
  /frameworks/base/core/jni/
android_view_Surface.cpp 265 static jboolean nativeIsConsumerRunningBehind(JNIEnv* env, jclass clazz, jlong nativeObject) {
549 {"nativeIsConsumerRunningBehind", "(J)Z",
550 (void*)nativeIsConsumerRunningBehind },

Completed in 262 milliseconds