Home
last modified time | relevance | path

Searched refs:ANativeWindow_setBuffersGeometry (Results 1 – 14 of 14) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libnativewindow/
Dstubs_riscv64.cc65 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry);
138 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
Dstubs_arm.cc65 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry);
138 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
Dstubs_arm64.cc65 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry);
138 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h166 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window,
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt51 ANativeWindow_setBuffersGeometry;
DANativeWindow.cpp108 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, in ANativeWindow_setBuffersGeometry() function
/frameworks/rs/support/jni/
Dandroid_rscompat_usage_io_driver.cpp49 r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX, in rscAllocationSetSurface()
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_environment.cpp216 ANativeWindow_setBuffersGeometry(window, width, height, 0); in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
/frameworks/base/tests/SurfaceViewBufferTests/cpp/
DSurfaceProxy.cpp104 return ANativeWindow_setBuffersGeometry(sAnw, w, h, format); in Java_com_android_test_SurfaceProxy_ANativeWindowSetBuffersGeometry()
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_riscv64.cc232 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry);
599 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
Dstubs_arm.cc232 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry);
599 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
Dstubs_arm64.cc232 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry);
599 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt201 ANativeWindow_setBuffersGeometry;
/frameworks/rs/driver/
DrsdAllocation.cpp760 int32_t r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX, in rsdAllocationSetSurface()