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 45 private static native boolean nativeIsConsumerRunningBehind(int nativeObject);
210 return nativeIsConsumerRunningBehind(mNativeObject);
  /frameworks/base/core/jni/
android_view_Surface.cpp 167 static jboolean nativeIsConsumerRunningBehind(JNIEnv* env, jclass clazz, jint nativeObject) {
362 {"nativeIsConsumerRunningBehind", "(I)Z",
363 (void*)nativeIsConsumerRunningBehind },

Completed in 506 milliseconds