Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libnativewindow/
Dstubs_arm.cc45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getWidth);
108 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getWidth); in init_stub_library()
Dstubs_arm64.cc45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getWidth);
108 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getWidth); in init_stub_library()
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt25 ANativeWindow_getWidth;
DANativeWindow.cpp71 int32_t ANativeWindow_getWidth(ANativeWindow* window) { in ANativeWindow_getWidth() function
/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h130 int32_t ANativeWindow_getWidth(ANativeWindow* window);
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc200 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getWidth);
490 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_getWidth); in init_stub_library()
Dstubs_arm64.cc200 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getWidth);
490 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_getWidth); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt164 ANativeWindow_getWidth;
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp69 compositionengine::RenderSurfaceCreationArgs{ANativeWindow_getWidth(
/frameworks/native/libs/vr/libdvr/tests/
Ddvr_buffer_queue-test.cpp233 uint32_t width = ANativeWindow_getWidth(window); in TEST_F()