Searched refs:list_screen (Results 1 – 5 of 5) sorted by relevance
/third_party/wayland-ivi-extension/screen-info/module/ |
D | screen-info.c | 25 wl_list_for_each(iviscrn, &shell->list_screen, link) { in get_screens_info() 42 wl_list_for_each(iviscrn, &shell->list_screen, link) { in get_screens_info()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/include/ |
D | ilm_control_platform.h | 41 struct wl_list list_screen; member
|
/third_party/wayland-ivi-extension/weston-ivi-shell/src/ |
D | ivi-controller.h | 63 struct wl_list list_screen; member
|
D | ivi-controller.c | 1490 wl_list_for_each(iviscrn, &ctrl->shell->list_screen, link) { 1524 wl_list_for_each(iviscrn, &ctrl->shell->list_screen, link) { 1649 wl_list_insert(&shell->list_screen, &iviscrn->link); 1677 wl_list_for_each_safe(iviscrn, next, &shell->list_screen, link) { 2180 &shell->list_screen, link) { 2199 wl_list_init(&shell->list_screen);
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/ |
D | ilm_control_wayland_platform.c | 965 wl_list_insert(&ctx->list_screen, &ctx_scrn->link); in registry_handle_control() 976 wl_list_for_each_safe(ctx_scrn, next, &ctx->list_screen, link) { in registry_handle_control_remove() 1011 wl_list_for_each_safe(ctx_scrn, next, &ctx->wl.list_screen, link) { in destroy_control_resources() 1167 wl_list_init(&ctx->wl.list_screen); in ilmControl_init() 1349 wl_list_insert(&wl->list_screen, &ctx_scrn->link); in init_control() 1351 wl_list_for_each(ctx_scrn, &ctx->wl.list_screen, link) { in init_control() 1378 wl_list_for_each(ctx_scrn, &ctx->wl.list_screen, link) { in init_control() 1493 wl_list_for_each(ctx_scrn, &ctx->list_screen, link) { in get_screen_context_by_id() 1605 t_ilm_uint length = wl_list_length(&ctx->wl.list_screen); in ilm_getScreenIDs() 1613 wl_list_for_each_reverse(ctx_scrn, &ctx->wl.list_screen, link) { in ilm_getScreenIDs() [all …]
|