Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libnativewindow/
H A Dstubs_arm.cc58 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry);
123 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
H A Dstubs_arm64.cc58 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 Dnative_window.h166 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window,
/aosp12/frameworks/native/libs/nativewindow/
H A Dlibnativewindow.map.txt45 ANativeWindow_setBuffersGeometry;
H A DANativeWindow.cpp89 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, in ANativeWindow_setBuffersGeometry() function
/aosp12/frameworks/rs/support/jni/
H A Dandroid_rscompat_usage_io_driver.cpp49 r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX, in rscAllocationSetSurface()
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
H A Dbuffer_transport_benchmark.cpp196 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 Dstubs_arm.cc208 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry);
527 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_setBuffersGeometry); in init_stub_library()
H A Dstubs_arm64.cc208 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 Djni_gl_environment.cpp216 ANativeWindow_setBuffersGeometry(window, width, height, 0); in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/cpp/
H A DSurfaceProxy.cpp104 return ANativeWindow_setBuffersGeometry(sAnw, w, h, format); in Java_com_android_test_SurfaceProxy_ANativeWindowSetBuffersGeometry()
/aosp12/frameworks/base/native/android/
H A Dlibandroid.map.txt177 ANativeWindow_setBuffersGeometry;
/aosp12/frameworks/rs/driver/
H A DrsdAllocation.cpp760 int32_t r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX, in rsdAllocationSetSurface()