Searched refs:android_view_Surface_getNativeWindow (Results 1 – 10 of 10) sorted by relevance
26 sp<ANativeWindow> win = android_view_Surface_getNativeWindow(env, surface); in ANativeWindow_fromSurface()
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()
56 anw = android_view_Surface_getNativeWindow(env, surface); in getNativeWindow()
103 sp<ANativeWindow> android_view_Surface_getNativeWindow(JNIEnv* env, jobject surfaceObj) { in android_view_Surface_getNativeWindow() function
274 window = android_view_Surface_getNativeWindow(_env, native_window); in jni_eglCreateWindowSurface()
156 nativeWindow = android_view_Surface_getNativeWindow(env, _surface); in setSurface()
570 window = android::android_view_Surface_getNativeWindow(_env, win); in android_eglCreateWindowSurface()
919 window = android_view_Surface_getNativeWindow(_env, wnd).get(); in nContextSetSurface()