Home
last modified time | relevance | path

Searched refs:wl_list_length (Results 1 – 18 of 18) sorted by relevance

/third_party/wayland_standard/tests/
Dlist-test.c66 assert(wl_list_length(&list) == 0); in TEST()
68 assert(wl_list_length(&list) == 1); in TEST()
70 assert(wl_list_length(&list) == 0); in TEST()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmInput/src/
Dilm_input.c143 *num_seats = wl_list_length(&surface_ctx->list_accepted_seats); in ilm_getInputAcceptanceOn()
189 max_seats = wl_list_length(&ctx->wl.list_seat); in ilm_getInputDevices()
309 *num_ids = wl_list_length(&ctx->wl.list_surface); in ilm_getInputFocus()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandsym.h62 SDL_WAYLAND_SYM(int, wl_list_length, (const struct wl_list *))
/third_party/wayland_standard/src/
Dwayland-util.h345 wl_list_length(const struct wl_list *list);
Dwayland-util.c62 wl_list_length(const struct wl_list *list) in wl_list_length() function
Dscanner.c1868 wl_list_length(&i->request_list), i->name); in emit_code()
1874 wl_list_length(&i->event_list), i->name); in emit_code()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmClient/src/
Dilm_client_wayland_platform.c85 if (wl_list_length(&ctx->list_surface) == 0) { in wayland_client_gen_surface_id()
/third_party/weston/ivi-shell/
Divi-layout.c1138 length = wl_list_length(&layout->layer_list); in ivi_layout_get_layers()
1174 length = wl_list_length(&iviscrn->order.layer_list); in ivi_layout_get_layers_on_screen()
1210 length = wl_list_length(&ivisurf->view_list); in ivi_layout_get_layers_under_surface()
1249 length = wl_list_length(&layout->surface_list); in ivi_layout_get_surfaces()
1283 length = wl_list_length(&ivilayer->order.view_list); in ivi_layout_get_surfaces_on_layer()
Dhmi-controller.c814 hmi_ctrl->screen_num = wl_list_length(&ec->output_list); in hmi_controller_create()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dilm_control_wayland_platform.c1445 if (wl_list_length(&ctx->wl.list_layer) == 0) { in gen_layer_id()
1605 t_ilm_uint length = wl_list_length(&ctx->wl.list_screen); in ilm_getScreenIDs()
1658 t_ilm_uint length = wl_list_length(&ctx->wl.list_layer); in ilm_getLayerIDs()
1718 t_ilm_uint length = wl_list_length(&ctx->wl.list_surface); in ilm_getSurfaceIDs()
/third_party/weston/compositor/
Dcms-colord.c114 if (wl_list_length(&o->head_list) > 1) { in get_output_id()
/third_party/weston/libweston/backend-fbdev/
Dfbdev.c127 if (wl_list_length(&output->base.head_list) != 1) in fbdev_output_get_head()
/third_party/weston/libweston/backend-drm/
Dstate-propose.c92 if (wl_list_length(planes) == 1) { in drm_output_add_zpos_plane()
Ddrm.c1352 if (wl_list_length(&output_base->head_list) >= MAX_CLONED_CONNECTORS) in drm_output_attach_head()
/third_party/weston/clients/
Divi-shell-user-interface.c1030 int launcher_count = wl_list_length(launcher_list); in create_launchers()
Dwindow.c3379 DBG("touch_handle_motion: %i %i\n", id, wl_list_length(&input->touch_point_list)); in touch_handle_motion()
6316 wl_list_length(&display->window_list)); in display_destroy()
/third_party/weston/desktop-shell/
Dshell.c4928 if (wl_list_length(&shell->output_list) == 1) in create_shell_output()
/third_party/weston/libweston/
Dcompositor.c2709 uint32_t view_count = wl_list_length(&compositor->view_list); in weston_compositor_build_view_list()