Home
last modified time | relevance | path

Searched refs:wl_proxy_marshal (Results 1 – 6 of 6) sorted by relevance

/external/wayland/tests/data/
Dexample-client.h1293 wl_proxy_marshal((struct wl_proxy *) wl_shm_pool, in wl_shm_pool_destroy()
1310 wl_proxy_marshal((struct wl_proxy *) wl_shm_pool, in wl_shm_pool_resize()
1756 wl_proxy_marshal((struct wl_proxy *) wl_buffer, in wl_buffer_destroy()
1952 wl_proxy_marshal((struct wl_proxy *) wl_data_offer, in wl_data_offer_accept()
1978 wl_proxy_marshal((struct wl_proxy *) wl_data_offer, in wl_data_offer_receive()
1990 wl_proxy_marshal((struct wl_proxy *) wl_data_offer, in wl_data_offer_destroy()
2014 wl_proxy_marshal((struct wl_proxy *) wl_data_offer, in wl_data_offer_finish()
2056 wl_proxy_marshal((struct wl_proxy *) wl_data_offer, in wl_data_offer_set_actions()
2281 wl_proxy_marshal((struct wl_proxy *) wl_data_source, in wl_data_source_offer()
2293 wl_proxy_marshal((struct wl_proxy *) wl_data_source, in wl_data_source_destroy()
[all …]
Dsmall-client-core.h185 wl_proxy_marshal((struct wl_proxy *) intf_A, in intf_A_destroy()
Dsmall-client.h185 wl_proxy_marshal((struct wl_proxy *) intf_A, in intf_A_destroy()
/external/wayland/src/
Dwayland-client-core.h126 wl_proxy_marshal(struct wl_proxy *p, uint32_t opcode, ...);
Dwayland-client.c777 wl_proxy_marshal(struct wl_proxy *proxy, uint32_t opcode, ...) in wl_proxy_marshal() function
/external/wayland/tests/
Dtest-compositor.c504 wl_proxy_marshal((struct wl_proxy *) c->tc, STOP_DISPLAY, num); in stop_display()