Searched refs:android_view_Surface_getNativeWindow (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/include/android_runtime/ |
D | android_view_Surface.h | 58 extern sp<ANativeWindow> android_view_Surface_getNativeWindow(
|
/frameworks/base/native/android/ |
D | native_window.cpp | 28 sp<ANativeWindow> win = android_view_Surface_getNativeWindow(env, surface); in ANativeWindow_fromSurface()
|
/frameworks/base/core/jni/ |
D | android_view_ThreadedRenderer.cpp | 268 sp<ANativeWindow> window = android_view_Surface_getNativeWindow(env, jsurface); in android_view_ThreadedRenderer_initialize() 277 window = android_view_Surface_getNativeWindow(env, jsurface); in android_view_ThreadedRenderer_updateSurface() 287 window = android_view_Surface_getNativeWindow(env, jsurface); in android_view_ThreadedRenderer_pauseSurface()
|
D | android_view_Surface.cpp | 85 sp<ANativeWindow> android_view_Surface_getNativeWindow(JNIEnv* env, jobject surfaceObj) { in android_view_Surface_getNativeWindow() function
|
D | android_app_NativeActivity.cpp | 146 nativeWindow = android_view_Surface_getNativeWindow(env, _surface); in setSurface()
|
D | com_google_android_gles_jni_EGLImpl.cpp | 329 window = android_view_Surface_getNativeWindow(_env, native_window); in jni_eglCreateWindowSurface()
|
D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 367 anw = android_view_Surface_getNativeWindow(env, surface); in getNativeWindow()
|
D | android_opengl_EGL14.cpp | 569 window = android::android_view_Surface_getNativeWindow(_env, win); in android_eglCreateWindowSurface()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateWindowSurface.cpp | 37 window = android::android_view_Surface_getNativeWindow(_env, win); in android_eglCreateWindowSurface()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 848 window = android_view_Surface_getNativeWindow(_env, wnd).get(); in nContextSetSurface()
|