Home
last modified time | relevance | path

Searched refs:ANativeWindow_release (Results 1 – 18 of 18) sorted by relevance

/frameworks/rs/support/jni/
Dandroid_rscompat_usage_io_driver.cpp43 ANativeWindow_release(old); in rscAllocationSetSurface()
90 ANativeWindow_release(nw); in rscAllocationDestroy()
/frameworks/libs/native_bridge_support/libnativewindow/
Dstubs_arm64.cc50 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_release);
113 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_release); in init_stub_library()
Dstubs_arm.cc50 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_release);
113 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_release); in init_stub_library()
/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h125 void ANativeWindow_release(ANativeWindow* window);
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt38 ANativeWindow_release;
DANativeWindow.cpp72 void ANativeWindow_release(ANativeWindow* window) { in ANativeWindow_release() function
/frameworks/base/libs/hwui/renderthread/
DReliableSurface.cpp49 ANativeWindow_release(mWindow); in ~ReliableSurface()
DRenderProxy.cpp86 if (win) { ANativeWindow_release(win); } in setSurface()
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm64.cc202 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_release);
492 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_release); in init_stub_library()
Dstubs_arm.cc202 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_release);
492 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_release); in init_stub_library()
/frameworks/rs/driver/
DrsdGL.cpp443 ANativeWindow_release(dc->gl.currentWndSurface); in rsdGLSetInternalSurface()
471 ANativeWindow_release(dc->gl.wndSurface); in rsdGLSetSurface()
DrsdAllocation.cpp582 ANativeWindow_release(nw); in rsdAllocationDestroy()
754 ANativeWindow_release(old); in rsdAllocationSetSurface()
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_environment.cpp50 ANativeWindow_release(window_); in Destroy()
/frameworks/base/native/android/
Dlibandroid.map.txt176 ANativeWindow_release;
/frameworks/wilhelm/tests/native-media/jni/
Dnative-media-jni.c508 ANativeWindow_release(theNativeWindow); in Java_com_example_nativemedia_NativeMedia_shutdown()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_HardwareRenderer.cpp201 ANativeWindow_release(window); in android_view_ThreadedRenderer_setSurface()
660 ANativeWindow_release(window); in android_view_ThreadedRenderer_copySurfaceInto()
/frameworks/av/media/libmediatranscoding/transcoder/
DVideoTrackTranscoder.cpp186 ANativeWindow_release(mSurface); in ~VideoTrackTranscoder()
/frameworks/wilhelm/tests/sandbox/
Dxaplay.c853 ANativeWindow_release(nativeWindow); in main()