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)
201 setNativeObjectLocked(nativeCreateFromSurfaceTexture(surfaceTexture));
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 246 static jlong nativeCreateFromSurfaceTexture(JNIEnv* env, jclass clazz,
595 {"nativeCreateFromSurfaceTexture", "(Landroid/graphics/SurfaceTexture;)J",
596 (void*)nativeCreateFromSurfaceTexture },

Completed in 82 milliseconds