Home
last modified time | relevance | path

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

/frameworks/base/core/jni/include/android_runtime/
Dandroid_graphics_SurfaceTexture.h29 extern bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz);
/frameworks/native/libs/nativedisplay/surfacetexture/
Dsurface_texture.cpp83 static bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_isInstanceOf() function
110 if (!surfacetexture || !android_SurfaceTexture_isInstanceOf(env, surfacetexture)) { in ASurfaceTexture_fromSurfaceTexture()
/frameworks/base/core/jni/
Dandroid_graphics_SurfaceTexture.cpp135 bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_isInstanceOf() function