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

Completed in 249 milliseconds