Searched refs:android_view_Surface_getNativeWindow (Results 1 – 9 of 9) sorted by relevance
31 sp<ANativeWindow> win = android_view_Surface_getNativeWindow(env, surface); in ANativeWindow_fromSurface()
32 extern sp<ANativeWindow> android_view_Surface_getNativeWindow(
51 window = android::android_view_Surface_getNativeWindow(_env, win); in android_eglCreateWindowSurface()
105 sp<ANativeWindow> android_view_Surface_getNativeWindow(JNIEnv* env, jobject surfaceObj) { in android_view_Surface_getNativeWindow() function
156 nativeWindow = android_view_Surface_getNativeWindow(env, _surface); in setSurface()
278 window = android_view_Surface_getNativeWindow(_env, native_window); in jni_eglCreateWindowSurface()
382 anw = android_view_Surface_getNativeWindow(env, surface); in getNativeWindow()
569 window = android::android_view_Surface_getNativeWindow(_env, win); in android_eglCreateWindowSurface()
920 window = android_view_Surface_getNativeWindow(_env, wnd).get(); in nContextSetSurface()