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)
145 setNativeObjectLocked(nativeCreateFromSurfaceTexture(surfaceTexture));
  /frameworks/base/core/jni/
android_view_Surface.cpp 231 static jlong nativeCreateFromSurfaceTexture(JNIEnv* env, jclass clazz,
518 {"nativeCreateFromSurfaceTexture", "(Landroid/graphics/SurfaceTexture;)J",
519 (void*)nativeCreateFromSurfaceTexture },

Completed in 70 milliseconds