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.h30 extern bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz);
/frameworks/base/native/android/
Dsurface_texture.cpp38 if (!surfacetexture || !android_SurfaceTexture_isInstanceOf(env, surfacetexture)) { in ASurfaceTexture_fromSurfaceTexture()
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp141 bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_isInstanceOf() function