Home
last modified time | relevance | path

Searched refs:wl_argument_from_va_list (Results 1 – 5 of 5) sorted by relevance

/external/wayland/src/
Dwayland-private.h168 wl_argument_from_va_list(const char *signature, union wl_argument *args,
Dwayland-client.c827 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()
Dconnection.c499 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()
Dwayland-server.c249 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/
Dconnection-test.c138 wl_argument_from_va_list(signature, args, count, ap); in va_list_wrapper()