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

  /frameworks/base/core/jni/
android_view_Surface.cpp 275 static jboolean nativeIsConsumerRunningBehind(JNIEnv* env, jclass clazz, jlong nativeObject) {
601 {"nativeIsConsumerRunningBehind", "(J)Z",
602 (void*)nativeIsConsumerRunningBehind },
  /frameworks/base/core/java/android/view/
Surface.java 65 private static native boolean nativeIsConsumerRunningBehind(long nativeObject);
312 return nativeIsConsumerRunningBehind(mNativeObject);
    [all...]

Completed in 63 milliseconds