OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
138
static jint
nativeCreateFromSurfaceTexture
(JNIEnv* env, jclass clazz,
356
{"
nativeCreateFromSurfaceTexture
", "(Landroid/graphics/SurfaceTexture;)I",
357
(void*)
nativeCreateFromSurfaceTexture
},
Completed in 392 milliseconds