Searched refs:WL_CLOSURE_MAX_ARGS (Results 1 – 4 of 4) sorted by relevance
/external/wayland/src/ |
D | wayland-private.h | 51 #define WL_CLOSURE_MAX_ARGS 20 macro 148 union wl_argument args[WL_CLOSURE_MAX_ARGS];
|
D | wayland-client.c | 688 union wl_argument args[WL_CLOSURE_MAX_ARGS]; in wl_proxy_marshal() 693 args, WL_CLOSURE_MAX_ARGS, ap); in wl_proxy_marshal() 725 union wl_argument args[WL_CLOSURE_MAX_ARGS]; in wl_proxy_marshal_constructor() 730 args, WL_CLOSURE_MAX_ARGS, ap); in wl_proxy_marshal_constructor() 764 union wl_argument args[WL_CLOSURE_MAX_ARGS]; in wl_proxy_marshal_constructor_versioned() 769 args, WL_CLOSURE_MAX_ARGS, ap); in wl_proxy_marshal_constructor_versioned()
|
D | connection.c | 538 if (count > WL_CLOSURE_MAX_ARGS) { in wl_closure_marshal() 613 union wl_argument args[WL_CLOSURE_MAX_ARGS]; in wl_closure_vmarshal() 616 WL_CLOSURE_MAX_ARGS, ap); in wl_closure_vmarshal() 637 if (count > WL_CLOSURE_MAX_ARGS) { in wl_connection_demarshal() 913 ffi_type *ffi_types[WL_CLOSURE_MAX_ARGS + 2]; in wl_closure_invoke() 914 void * ffi_args[WL_CLOSURE_MAX_ARGS + 2]; in wl_closure_invoke()
|
D | wayland-server.c | 189 union wl_argument args[WL_CLOSURE_MAX_ARGS]; in wl_resource_post_event() 195 args, WL_CLOSURE_MAX_ARGS, ap); in wl_resource_post_event() 228 union wl_argument args[WL_CLOSURE_MAX_ARGS]; in wl_resource_queue_event() 234 args, WL_CLOSURE_MAX_ARGS, ap); in wl_resource_queue_event()
|