Searched refs:ANativeWindow_getHeight (Results 1 – 12 of 12) sorted by relevance
42 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getHeight);107 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getHeight); in init_stub_library()
139 int32_t ANativeWindow_getHeight(ANativeWindow* window);
25 ANativeWindow_getHeight;
81 int32_t ANativeWindow_getHeight(ANativeWindow* window) { in ANativeWindow_getHeight() function
204 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getHeight);523 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_getHeight); in init_stub_library()
734 size.fHeight = ANativeWindow_getHeight(anw); in getNextFrameSize()870 const int height = ANativeWindow_getHeight(anw); in surfaceRequiresRedraw()
173 ANativeWindow_getHeight;
211 int height = ANativeWindow_getHeight(surface.get()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
81 .setDisplayHeight(ANativeWindow_getHeight(args.nativeWindow.get()))
234 uint32_t height = ANativeWindow_getHeight(window); in TEST_F()