Searched refs:ANativeWindow_getWidth (Results 1 – 12 of 12) sorted by relevance
45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getWidth);108 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getWidth); in init_stub_library()
132 int32_t ANativeWindow_getWidth(ANativeWindow* window);
29 ANativeWindow_getWidth;
77 int32_t ANativeWindow_getWidth(ANativeWindow* window) { in ANativeWindow_getWidth() function
200 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getWidth);490 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_getWidth); in init_stub_library()
74 .setDisplayWidth(ANativeWindow_getWidth(args.nativeWindow.get()))
174 ANativeWindow_getWidth;
733 size.fWidth = ANativeWindow_getWidth(anw); in getNextFrameSize()869 const int width = ANativeWindow_getWidth(anw); in surfaceRequiresRedraw()
210 int width = ANativeWindow_getWidth(surface.get()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
233 uint32_t width = ANativeWindow_getWidth(window); in TEST_F()