Home
last modified time | relevance | path

Searched refs:wl_list_empty (Results 1 – 9 of 9) sorted by relevance

/external/wayland/src/
Dwayland-util.c78 wl_list_empty(const struct wl_list *list) in wl_list_empty() function
86 if (wl_list_empty(other)) in wl_list_insert_list()
Dscanner.c1006 if (wl_list_empty(&ctx->enumeration->entry_list)) { in end_element()
1069 if (wl_list_empty(message_list)) in emit_opcodes()
1184 if (wl_list_empty(message_list)) in emit_stubs()
1406 if (wl_list_empty(message_list)) in emit_structs()
1744 if (wl_list_empty(message_list)) in emit_messages()
1866 if (!wl_list_empty(&i->request_list)) in emit_code()
1872 if (!wl_list_empty(&i->event_list)) in emit_code()
Dwayland-client.c134 if (!wl_list_empty(&display->protocol_loggers)) { in log_closure()
336 while (!wl_list_empty(&queue->event_list)) { in wl_event_queue_release()
1622 while (!wl_list_empty(&display->display_queue.event_list)) { in dispatch_queue()
1629 while (!wl_list_empty(&queue->event_list)) { in dispatch_queue()
1706 if (!wl_list_empty(&queue->event_list)) { in wl_display_prepare_read_queue()
Dwayland-util.h357 wl_list_empty(const struct wl_list *list);
Dwayland-server.c156 if (!wl_list_empty(&display->protocol_loggers)) { in log_closure()
1420 while (!wl_list_empty(&tmp_client_list)) { in wl_display_destroy_clients()
1427 if (!wl_list_empty(&display->client_list)) { in wl_display_destroy_clients()
2139 while (!wl_list_empty(&signal->emit_list)) { in wl_priv_signal_emit()
2179 while (!wl_list_empty(&signal->listener_list)) { in wl_priv_signal_final_emit()
Devent-loop.c966 while (!wl_list_empty(&loop->idle_list)) { in wl_event_loop_dispatch_idle()
/external/wayland/tests/
Dlist-test.c39 assert(wl_list_empty(&list)); in TEST()
Dtest-compositor.c381 assert(wl_list_empty(&d->waiting_for_resume)); in display_post_resume_events()
/external/wayland/patches/
D0001-client-Support-client-protocol-loggers.diff95 + if (!wl_list_empty(&display->protocol_loggers)) {