Searched refs:wl_list_for_each_safe (Results 1 – 6 of 6) sorted by relevance
/external/wayland/src/ |
D | scanner.c | 483 wl_list_for_each_safe(a, a_next, &message->arg_list, link) in free_message() 536 wl_list_for_each_safe(e, e_next, &enumeration->entry_list, link) in free_enumeration() 570 wl_list_for_each_safe(m, next_m, &interface->request_list, link) in free_interface() 572 wl_list_for_each_safe(m, next_m, &interface->event_list, link) in free_interface() 574 wl_list_for_each_safe(e, next_e, &interface->enumeration_list, link) in free_interface() 1549 wl_list_for_each_safe(i, i_next, &protocol->interface_list, link) { in emit_header() 1720 wl_list_for_each_safe(i, next, &protocol->interface_list, link) { in emit_code()
|
D | event-loop.c | 340 wl_list_for_each_safe(source, next, &loop->destroy_list, link) in wl_event_loop_process_destroy_list() 388 wl_list_for_each_safe(source, next, &loop->check_list, link) in post_dispatch_check()
|
D | wayland-util.h | 383 #define wl_list_for_each_safe(pos, tmp, head, member) \ macro
|
D | wayland-server.c | 987 wl_list_for_each_safe(s, next, &display->socket_list, link) { in wl_display_destroy() 992 wl_list_for_each_safe(global, gnext, &display->global_list, link) in wl_display_destroy() 1120 wl_list_for_each_safe(client, next, &display->client_list, link) { in wl_display_flush_clients()
|
D | wayland-server-core.h | 356 wl_list_for_each_safe(l, next, &signal->listener_list, link) in wl_signal_emit()
|
/external/wayland/tests/ |
D | test-compositor.c | 364 wl_list_for_each_safe(wfr, next, &d->waiting_for_resume, link) { in display_resume() 385 wl_list_for_each_safe(cl, next, &d->clients, link) { in display_destroy()
|