Searched refs:wl_message (Results 1 – 16 of 16) sorted by relevance
/external/wayland/tests/data/ |
D | example-code.c | 149 static const struct wl_message wl_display_requests[] = { 154 static const struct wl_message wl_display_events[] = { 165 static const struct wl_message wl_registry_requests[] = { 169 static const struct wl_message wl_registry_events[] = { 180 static const struct wl_message wl_callback_events[] = { 190 static const struct wl_message wl_compositor_requests[] = { 201 static const struct wl_message wl_shm_pool_requests[] = { 213 static const struct wl_message wl_shm_requests[] = { 217 static const struct wl_message wl_shm_events[] = { 227 static const struct wl_message wl_buffer_requests[] = { [all …]
|
D | small-code-core.c | 46 static const struct wl_message intf_A_requests[] = { 52 static const struct wl_message intf_A_events[] = {
|
D | small-code.c | 46 static const struct wl_message intf_A_requests[] = { 52 static const struct wl_message intf_A_events[] = {
|
D | small-private-code.c | 56 static const struct wl_message intf_A_requests[] = { 62 static const struct wl_message intf_A_events[] = {
|
/external/wayland/src/ |
D | wayland-private.h | 141 const struct wl_message *message; 162 wl_message_count_arrays(const struct wl_message *message); 165 wl_message_get_since(const struct wl_message *message); 174 const struct wl_message *message); 179 const struct wl_message *message); 185 const struct wl_message *message);
|
D | wayland-util.h | 161 struct wl_message { struct 224 const struct wl_message *methods; 228 const struct wl_message *events; 719 const struct wl_message *,
|
D | connection.c | 411 wl_message_count_arrays(const struct wl_message *message) in wl_message_count_arrays() 486 wl_message_get_since(const struct wl_message *message) in wl_message_get_since() 556 wl_closure_init(const struct wl_message *message, uint32_t size, in wl_closure_init() 602 const struct wl_message *message) in wl_closure_marshal() 677 const struct wl_message *message) in wl_closure_vmarshal() 691 const struct wl_message *message) in wl_connection_demarshal() 887 const struct wl_message *message; in wl_closure_lookup_objects() 1037 const struct wl_message *message = closure->message; in copy_fds_to_connection() 1065 const struct wl_message *message = closure->message; in buffer_size_for_closure() 1116 const struct wl_message *message = closure->message; in serialize_closure()
|
D | wayland-client-core.h | 281 const struct wl_message *message;
|
D | wayland-client.c | 410 const struct wl_message *message; in prepare_zombie() 670 create_outgoing_proxy(struct wl_proxy *proxy, const struct wl_message *message, in create_outgoing_proxy() 765 const struct wl_message *message; in wl_proxy_marshal_array_constructor_versioned() 1395 const struct wl_message *message; in queue_event()
|
D | wayland-server-core.h | 658 const struct wl_message *message;
|
D | wayland-server.c | 330 const struct wl_message *message; in wl_client_connection_data()
|
/external/wayland/tests/ |
D | message-test.c | 37 const struct wl_message *message; in TEST() 58 struct wl_message fake_messages[] = { in TEST() 71 const struct wl_message *message; in TEST()
|
D | connection-test.c | 205 struct wl_message message = { "test", format, NULL }; in marshal() 269 struct wl_message message = { "test", format, NULL }; in expected_fail_marshal() 290 struct wl_message message = { "test", format, NULL }; in expected_fail_marshal_send() 393 struct wl_message message = { "test", format, NULL }; in demarshal() 466 struct wl_message message = { "test", format, NULL }; in marshal_demarshal() 540 struct wl_message message = { "test", format, NULL }; in expected_fail_demarshal() 647 struct wl_message message = { "test", format, NULL }; in marshal_helper()
|
D | test-compositor.c | 46 static const struct wl_message tc_requests[] = { 52 static const struct wl_message tc_events[] = {
|
D | os-wrappers-test.c | 238 struct wl_message message = { "test", format, NULL }; in marshal_demarshal()
|
/external/wayland/patches/ |
D | 0001-client-Support-client-protocol-loggers.diff | 42 + const struct wl_message *message;
|