Home
last modified time | relevance | path

Searched refs:surfacetexture (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/native/android/
Dsurface_texture.cpp37 ASurfaceTexture* ASurfaceTexture_fromSurfaceTexture(JNIEnv* env, jobject surfacetexture) { in ASurfaceTexture_fromSurfaceTexture() argument
38 if (!surfacetexture || !android_SurfaceTexture_isInstanceOf(env, surfacetexture)) { in ASurfaceTexture_fromSurfaceTexture()
42 ast->consumer = SurfaceTexture_getSurfaceTexture(env, surfacetexture); in ASurfaceTexture_fromSurfaceTexture()
43 ast->producer = SurfaceTexture_getProducer(env, surfacetexture); in ASurfaceTexture_fromSurfaceTexture()
/frameworks/native/include/android/
Dsurface_texture_jni.h53 ASurfaceTexture* ASurfaceTexture_fromSurfaceTexture(JNIEnv* env, jobject surfacetexture) __INTRODUC…
/frameworks/base/libs/hwui/
DAndroid.bp188 "surfacetexture/EGLConsumer.cpp",
189 "surfacetexture/ImageConsumer.cpp",
190 "surfacetexture/SurfaceTexture.cpp",