Searched refs:android_SurfaceTexture_getNativeWindow (Results 1 – 3 of 3) sorted by relevance
29 extern sp<ANativeWindow> android_SurfaceTexture_getNativeWindow(JNIEnv* env, jobject thiz);
134 sp<ANativeWindow> android_SurfaceTexture_getNativeWindow(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_getNativeWindow() function
400 anw = android_SurfaceTexture_getNativeWindow(env, surfaceTexture); in getNativeWindowFromTexture()