Home
last modified time | relevance | path

Searched refs:ANativeWindow_getHeight (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libnativewindow/
H A Dstubs_arm.cc42 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getHeight);
107 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getHeight); in init_stub_library()
H A Dstubs_arm64.cc42 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getHeight);
107 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getHeight); in init_stub_library()
/aosp12/frameworks/native/libs/nativewindow/include/android/
H A Dnative_window.h139 int32_t ANativeWindow_getHeight(ANativeWindow* window);
/aosp12/frameworks/native/libs/nativewindow/
H A Dlibnativewindow.map.txt25 ANativeWindow_getHeight;
H A DANativeWindow.cpp81 int32_t ANativeWindow_getHeight(ANativeWindow* window) { in ANativeWindow_getHeight() function
/aosp12/frameworks/libs/native_bridge_support/libandroid/
H A Dstubs_arm.cc204 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getHeight);
523 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_getHeight); in init_stub_library()
H A Dstubs_arm64.cc204 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getHeight);
523 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_getHeight); in init_stub_library()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp734 size.fHeight = ANativeWindow_getHeight(anw); in getNextFrameSize()
870 const int height = ANativeWindow_getHeight(anw); in surfaceRequiresRedraw()
/aosp12/frameworks/base/native/android/
H A Dlibandroid.map.txt173 ANativeWindow_getHeight;
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DSkiaDisplayListTests.cpp211 int height = ANativeWindow_getHeight(surface.get()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
/aosp12/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp81 .setDisplayHeight(ANativeWindow_getHeight(args.nativeWindow.get()))
/aosp12/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_buffer_queue-test.cpp234 uint32_t height = ANativeWindow_getHeight(window); in TEST_F()