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);
231 return nativeIsConsumerRunningBehind(mNativeObject);
  /frameworks/base/core/jni/
android_view_Surface.cpp 260 static jboolean nativeIsConsumerRunningBehind(JNIEnv* env, jclass clazz, jlong nativeObject) {
524 {"nativeIsConsumerRunningBehind", "(J)Z",
525 (void*)nativeIsConsumerRunningBehind },

Completed in 69 milliseconds