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 40 private static native long nativeCreateFromSurfaceTexture(SurfaceTexture surfaceTexture)
140 setNativeObjectLocked(nativeCreateFromSurfaceTexture(surfaceTexture));
  /frameworks/base/core/jni/
android_view_Surface.cpp 135 static jlong nativeCreateFromSurfaceTexture(JNIEnv* env, jclass clazz,
358 {"nativeCreateFromSurfaceTexture", "(Landroid/graphics/SurfaceTexture;)J",
359 (void*)nativeCreateFromSurfaceTexture },

Completed in 59 milliseconds