Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libnativewindow/
H A Dstubs_arm.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getWidth);
111 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getWidth); in init_stub_library()
H A Dstubs_arm64.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getWidth);
111 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getWidth); in init_stub_library()
/aosp12/frameworks/native/libs/nativewindow/include/android/
H A Dnative_window.h132 int32_t ANativeWindow_getWidth(ANativeWindow* window);
/aosp12/frameworks/native/libs/nativewindow/
H A Dlibnativewindow.map.txt29 ANativeWindow_getWidth;
H A DANativeWindow.cpp77 int32_t ANativeWindow_getWidth(ANativeWindow* window) { in ANativeWindow_getWidth() function
/aosp12/frameworks/libs/native_bridge_support/libandroid/
H A Dstubs_arm.cc205 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getWidth);
524 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_getWidth); in init_stub_library()
H A Dstubs_arm64.cc205 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getWidth);
524 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_getWidth); in init_stub_library()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp733 size.fWidth = ANativeWindow_getWidth(anw); in getNextFrameSize()
869 const int width = ANativeWindow_getWidth(anw); in surfaceRequiresRedraw()
/aosp12/frameworks/base/native/android/
H A Dlibandroid.map.txt174 ANativeWindow_getWidth;
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DSkiaDisplayListTests.cpp210 int width = ANativeWindow_getWidth(surface.get()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
/aosp12/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp80 .setDisplayWidth(ANativeWindow_getWidth(args.nativeWindow.get()))
/aosp12/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_buffer_queue-test.cpp233 uint32_t width = ANativeWindow_getWidth(window); in TEST_F()