Searched refs:ANativeWindow_getWidth (Results 1 – 10 of 10) sorted by relevance
45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getWidth);108 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getWidth); in init_stub_library()
25 ANativeWindow_getWidth;
71 int32_t ANativeWindow_getWidth(ANativeWindow* window) { in ANativeWindow_getWidth() function
130 int32_t ANativeWindow_getWidth(ANativeWindow* window);
200 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getWidth);490 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_getWidth); in init_stub_library()
164 ANativeWindow_getWidth;
69 compositionengine::RenderSurfaceCreationArgs{ANativeWindow_getWidth(
233 uint32_t width = ANativeWindow_getWidth(window); in TEST_F()