Searched refs:ANativeWindow_setBuffersGeometry (Results 1 – 14 of 14) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libnativewindow/ |
D | stubs_riscv64.cc | 65 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry); 138 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
|
D | stubs_arm.cc | 65 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry); 138 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
|
D | stubs_arm64.cc | 65 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/ |
D | native_window.h | 166 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window,
|
/frameworks/native/libs/nativewindow/ |
D | libnativewindow.map.txt | 51 ANativeWindow_setBuffersGeometry;
|
D | ANativeWindow.cpp | 108 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, in ANativeWindow_setBuffersGeometry() function
|
/frameworks/rs/support/jni/ |
D | android_rscompat_usage_io_driver.cpp | 49 r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX, in rscAllocationSetSurface()
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_gl_environment.cpp | 216 ANativeWindow_setBuffersGeometry(window, width, height, 0); in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
|
/frameworks/base/tests/SurfaceViewBufferTests/cpp/ |
D | SurfaceProxy.cpp | 104 return ANativeWindow_setBuffersGeometry(sAnw, w, h, format); in Java_com_android_test_SurfaceProxy_ANativeWindowSetBuffersGeometry()
|
/frameworks/libs/native_bridge_support/android_api/libandroid/ |
D | stubs_riscv64.cc | 232 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry); 599 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
|
D | stubs_arm.cc | 232 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry); 599 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
|
D | stubs_arm64.cc | 232 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry); 599 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
|
/frameworks/base/native/android/ |
D | libandroid.map.txt | 201 ANativeWindow_setBuffersGeometry;
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 760 int32_t r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX, in rsdAllocationSetSurface()
|