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

  /frameworks/base/core/java/android/view/
Surface.java 53 private static native long nativeCreateFromSurfaceTexture(SurfaceTexture surfaceTexture)
187 setNativeObjectLocked(nativeCreateFromSurfaceTexture(surfaceTexture));
  /frameworks/base/core/jni/
android_view_Surface.cpp 246 static jlong nativeCreateFromSurfaceTexture(JNIEnv* env, jclass clazz,
607 {"nativeCreateFromSurfaceTexture", "(Landroid/graphics/SurfaceTexture;)J",
608 (void*)nativeCreateFromSurfaceTexture },

Completed in 513 milliseconds