Searched refs:android_SurfaceTexture_isInstanceOf (Results 1 – 3 of 3) sorted by relevance
30 extern bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz);
38 if (!surfacetexture || !android_SurfaceTexture_isInstanceOf(env, surfacetexture)) { in ASurfaceTexture_fromSurfaceTexture()
141 bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_isInstanceOf() function