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 65 private static native boolean nativeIsConsumerRunningBehind(long nativeObject);
285 return nativeIsConsumerRunningBehind(mNativeObject);
  /frameworks/base/core/jni/
android_view_Surface.cpp 275 static jboolean nativeIsConsumerRunningBehind(JNIEnv* env, jclass clazz, jlong nativeObject) {
613 {"nativeIsConsumerRunningBehind", "(J)Z",
614 (void*)nativeIsConsumerRunningBehind },

Completed in 45 milliseconds