Home
last modified time | relevance | path

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

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