Home
last modified time | relevance | path

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

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