Searched refs:surfacetexture (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | surface_texture.cpp | 109 ASurfaceTexture* ASurfaceTexture_fromSurfaceTexture(JNIEnv* env, jobject surfacetexture) { in ASurfaceTexture_fromSurfaceTexture() argument 110 if (!surfacetexture || !android_SurfaceTexture_isInstanceOf(env, surfacetexture)) { in ASurfaceTexture_fromSurfaceTexture() 114 ast->consumer = SurfaceTexture_getSurfaceTexture(env, surfacetexture); in ASurfaceTexture_fromSurfaceTexture() 115 ast->producer = SurfaceTexture_getProducer(env, surfacetexture); in ASurfaceTexture_fromSurfaceTexture() 180 ASurfaceTexture* ASurfaceTexture_routeFromSurfaceTexture(JNIEnv* env, jobject surfacetexture) { in ASurfaceTexture_routeFromSurfaceTexture() argument 181 return ASurfaceTexture_fromSurfaceTexture(env, surfacetexture); in ASurfaceTexture_routeFromSurfaceTexture()
|
/frameworks/native/libs/nativedisplay/ |
D | Android.bp | 41 "surfacetexture/surface_texture.cpp", 42 "surfacetexture/SurfaceTexture.cpp", 43 "surfacetexture/ImageConsumer.cpp", 44 "surfacetexture/EGLConsumer.cpp",
|
/frameworks/base/native/android/ |
D | surface_texture.cpp | 50 ASurfaceTexture* ASurfaceTexture_fromSurfaceTexture(JNIEnv* env, jobject surfacetexture) { in ASurfaceTexture_fromSurfaceTexture() argument 51 return ASurfaceTexture_routeFromSurfaceTexture(env, surfacetexture); in ASurfaceTexture_fromSurfaceTexture()
|
/frameworks/native/include/android/ |
D | surface_texture_jni.h | 53 ASurfaceTexture* ASurfaceTexture_fromSurfaceTexture(JNIEnv* env, jobject surfacetexture) __INTRODUC…
|
/frameworks/native/libs/nativedisplay/include/surfacetexture/ |
D | surface_texture_platform.h | 45 ASurfaceTexture* ASurfaceTexture_routeFromSurfaceTexture(JNIEnv* env, jobject surfacetexture);
|