Home
last modified time | relevance | path

Searched refs:wl_proxy_from_object (Results 1 – 4 of 4) sorted by relevance

/external/wayland/patches/
D0003-client-server-Safe-casts-from-wl_object.diff33 +wl_proxy_from_object(struct wl_object *object);
60 +wl_proxy_from_object(struct wl_object *object)
133 + arg_proxy = wl_proxy_from_object(args[i].o);
/external/wayland/src/
Dwayland-client-core.h208 wl_proxy_from_object(struct wl_object *object);
Dwayland-client.c2324 wl_proxy_from_object(struct wl_object *object) in wl_proxy_from_object() function
/external/wayland/tests/
Dprotocol-logger-test.c231 arg_proxy = wl_proxy_from_object(args[i].o); in client_log_to_stderr_demo()