Searched refs:ANativeWindow_getHeight (Results 1 – 12 of 12) sorted by relevance
41 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getHeight);104 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
199 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getHeight);489 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_getHeight); in init_stub_library()
75 .setDisplayHeight(ANativeWindow_getHeight(args.nativeWindow.get()))
173 ANativeWindow_getHeight;
734 size.fHeight = ANativeWindow_getHeight(anw); in getNextFrameSize()870 const int height = ANativeWindow_getHeight(anw); in surfaceRequiresRedraw()
211 int height = ANativeWindow_getHeight(surface.get()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
234 uint32_t height = ANativeWindow_getHeight(window); in TEST_F()