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 35 private static native int nativeCreateFromSurfaceTexture(SurfaceTexture surfaceTexture)
128 setNativeObjectLocked(nativeCreateFromSurfaceTexture(surfaceTexture));
  /frameworks/base/core/jni/
android_view_Surface.cpp 137 static jint nativeCreateFromSurfaceTexture(JNIEnv* env, jclass clazz,
354 {"nativeCreateFromSurfaceTexture", "(Landroid/graphics/SurfaceTexture;)I",
355 (void*)nativeCreateFromSurfaceTexture },

Completed in 1259 milliseconds