Home
last modified time | relevance | path

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

/external/wayland/src/
Dwayland-private.h48 #define WL_CLOSURE_MAX_ARGS 20 macro
144 union wl_argument args[WL_CLOSURE_MAX_ARGS];
Dwayland-client.c823 union wl_argument args[WL_CLOSURE_MAX_ARGS]; in wl_proxy_marshal()
828 args, WL_CLOSURE_MAX_ARGS, ap); in wl_proxy_marshal()
860 union wl_argument args[WL_CLOSURE_MAX_ARGS]; in wl_proxy_marshal_constructor()
865 args, WL_CLOSURE_MAX_ARGS, ap); in wl_proxy_marshal_constructor()
899 union wl_argument args[WL_CLOSURE_MAX_ARGS]; in wl_proxy_marshal_constructor_versioned()
904 args, WL_CLOSURE_MAX_ARGS, ap); in wl_proxy_marshal_constructor_versioned()
Dconnection.c563 if (count > WL_CLOSURE_MAX_ARGS) { in wl_closure_init()
679 union wl_argument args[WL_CLOSURE_MAX_ARGS]; in wl_closure_vmarshal()
682 WL_CLOSURE_MAX_ARGS, ap); in wl_closure_vmarshal()
996 ffi_type *ffi_types[WL_CLOSURE_MAX_ARGS + 2]; in wl_closure_invoke()
997 void * ffi_args[WL_CLOSURE_MAX_ARGS + 2]; in wl_closure_invoke()
Dwayland-server.c244 union wl_argument args[WL_CLOSURE_MAX_ARGS]; in wl_resource_post_event()
250 args, WL_CLOSURE_MAX_ARGS, ap); in wl_resource_post_event()
267 union wl_argument args[WL_CLOSURE_MAX_ARGS]; in wl_resource_queue_event()
273 args, WL_CLOSURE_MAX_ARGS, ap); in wl_resource_queue_event()
/external/wayland/tests/
Dconnection-test.c144 union wl_argument args[WL_CLOSURE_MAX_ARGS]; in TEST()