OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANativeWindow_fromSurfaceTexture
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/native/include/android/
native_window_jni.h
42
ANativeWindow*
ANativeWindow_fromSurfaceTexture
(JNIEnv* env, jobject surfaceTexture);
/frameworks/base/native/android/
native_window.cpp
35
ANativeWindow*
ANativeWindow_fromSurfaceTexture
(JNIEnv* env, jobject surfaceTexture) {
/system/media/mca/filterfw/jni/
jni_gl_environment.cpp
204
ANativeWindow* window =
ANativeWindow_fromSurfaceTexture
(env, surfaceTexture);
/system/media/wilhelm/tests/native-media/jni/
native-media-jni.c
526
theNativeWindow =
ANativeWindow_fromSurfaceTexture
(env, surfaceTexture);
Completed in 316 milliseconds