Searched refs:SurfaceTexture_getProducer (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/jni/include/android_runtime/ |
D | android_graphics_SurfaceTexture.h | 35 extern sp<IGraphicBufferProducer> SurfaceTexture_getProducer(JNIEnv* env, jobject thiz);
|
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | surface_texture.cpp | 99 static sp<IGraphicBufferProducer> SurfaceTexture_getProducer(JNIEnv* env, jobject thiz) { in SurfaceTexture_getProducer() function 114 ast->producer = SurfaceTexture_getProducer(env, surfacetexture); in ASurfaceTexture_fromSurfaceTexture()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateWindowSurface.cpp | 111 producer = android::SurfaceTexture_getProducer(_env, win); in android_eglCreateWindowSurfaceTexture()
|
/frameworks/base/core/jni/ |
D | android_view_TextureView.cpp | 86 sp<IGraphicBufferProducer> producer(SurfaceTexture_getProducer(env, surface)); in android_view_TextureView_createNativeWindow()
|
D | android_graphics_SurfaceTexture.cpp | 129 sp<IGraphicBufferProducer> SurfaceTexture_getProducer(JNIEnv* env, jobject thiz) { in SurfaceTexture_getProducer() function
|
D | android_view_Surface.cpp | 156 sp<IGraphicBufferProducer> producer(SurfaceTexture_getProducer(env, surfaceTextureObj)); in nativeCreateFromSurfaceTexture()
|
D | com_google_android_gles_jni_EGLImpl.cpp | 301 sp<IGraphicBufferProducer> producer(SurfaceTexture_getProducer(_env, native_window)); in jni_eglCreateWindowSurfaceTexture()
|
D | android_hardware_Camera.cpp | 707 producer = SurfaceTexture_getProducer(env, jSurfaceTexture); in android_hardware_Camera_setPreviewTexture()
|
D | android_opengl_EGL14.cpp | 630 producer = android::SurfaceTexture_getProducer(_env, win); in android_eglCreateWindowSurfaceTexture()
|