Searched refs:wl_argument_from_va_list (Results 1 – 5 of 5) sorted by relevance
/external/wayland/src/ |
D | wayland-private.h | 168 wl_argument_from_va_list(const char *signature, union wl_argument *args,
|
D | wayland-client.c | 827 wl_argument_from_va_list(proxy->object.interface->methods[opcode].signature, in wl_proxy_marshal() 864 wl_argument_from_va_list(proxy->object.interface->methods[opcode].signature, in wl_proxy_marshal_constructor() 903 wl_argument_from_va_list(proxy->object.interface->methods[opcode].signature, in wl_proxy_marshal_constructor_versioned()
|
D | connection.c | 499 wl_argument_from_va_list(const char *signature, union wl_argument *args, in wl_argument_from_va_list() function 681 wl_argument_from_va_list(message->signature, args, in wl_closure_vmarshal()
|
D | wayland-server.c | 249 wl_argument_from_va_list(object->interface->events[opcode].signature, in wl_resource_post_event() 272 wl_argument_from_va_list(object->interface->events[opcode].signature, in wl_resource_queue_event()
|
/external/wayland/tests/ |
D | connection-test.c | 138 wl_argument_from_va_list(signature, args, count, ap); in va_list_wrapper()
|