Searched refs:ANativeWindow_setBuffersGeometry (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libnativewindow/ |
H A D | stubs_arm.cc | 58 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry); 123 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
|
H A D | stubs_arm64.cc | 58 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry); 123 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
|
/aosp12/frameworks/native/libs/nativewindow/include/android/ |
H A D | native_window.h | 166 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window,
|
/aosp12/frameworks/native/libs/nativewindow/ |
H A D | libnativewindow.map.txt | 45 ANativeWindow_setBuffersGeometry;
|
H A D | ANativeWindow.cpp | 89 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, in ANativeWindow_setBuffersGeometry() function
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_rscompat_usage_io_driver.cpp | 49 r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX, in rscAllocationSetSurface()
|
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/ |
H A D | buffer_transport_benchmark.cpp | 196 ANativeWindow_setBuffersGeometry(window, kBufferWidth, kBufferHeight, in CreateSurface() 301 ANativeWindow_setBuffersGeometry(new_queue->GetSurface(), kBufferWidth, in CreateSurface()
|
/aosp12/frameworks/libs/native_bridge_support/libandroid/ |
H A D | stubs_arm.cc | 208 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry); 527 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
|
H A D | stubs_arm64.cc | 208 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry); 527 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
|
/aosp12/frameworks/base/media/mca/filterfw/jni/ |
H A D | jni_gl_environment.cpp | 216 ANativeWindow_setBuffersGeometry(window, width, height, 0); in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
|
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/cpp/ |
H A D | SurfaceProxy.cpp | 104 return ANativeWindow_setBuffersGeometry(sAnw, w, h, format); in Java_com_android_test_SurfaceProxy_ANativeWindowSetBuffersGeometry()
|
/aosp12/frameworks/base/native/android/ |
H A D | libandroid.map.txt | 177 ANativeWindow_setBuffersGeometry;
|
/aosp12/frameworks/rs/driver/ |
H A D | rsdAllocation.cpp | 760 int32_t r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX, in rsdAllocationSetSurface()
|