Home
last modified time | relevance | path

Searched refs:wl_proxy_destroy (Results 1 – 8 of 8) sorted by relevance

/external/wayland/tests/data/
Dexample-client.h1131 wl_proxy_destroy((struct wl_proxy *) wl_registry); in wl_registry_destroy()
1208 wl_proxy_destroy((struct wl_proxy *) wl_callback); in wl_callback_destroy()
1248 wl_proxy_destroy((struct wl_proxy *) wl_compositor); in wl_compositor_destroy()
1362 wl_proxy_destroy((struct wl_proxy *) wl_shm_pool); in wl_shm_pool_destroy()
1720 wl_proxy_destroy((struct wl_proxy *) wl_shm); in wl_shm_destroy()
1825 wl_proxy_destroy((struct wl_proxy *) wl_buffer); in wl_buffer_destroy()
2059 wl_proxy_destroy((struct wl_proxy *) wl_data_offer); in wl_data_offer_destroy()
2362 wl_proxy_destroy((struct wl_proxy *) wl_data_source); in wl_data_source_destroy()
2580 wl_proxy_destroy((struct wl_proxy *) wl_data_device); in wl_data_device_destroy()
2647 wl_proxy_destroy((struct wl_proxy *) wl_data_device); in wl_data_device_release()
[all …]
Dsmall-client-core.h191 wl_proxy_destroy((struct wl_proxy *) intf_A); in intf_A_destroy()
Dsmall-client.h191 wl_proxy_destroy((struct wl_proxy *) intf_A); in intf_A_destroy()
/external/wayland/tests/
Ddisplay-test.c249 wl_proxy_destroy((struct wl_proxy *) c->tc); in client_disconnect_nocheck()
269 wl_proxy_destroy((struct wl_proxy *) seat); in post_error_main()
307 wl_proxy_destroy((struct wl_proxy *) seat); in post_error_main2()
322 wl_proxy_destroy((struct wl_proxy *) seat); in post_error_main3()
391 wl_proxy_destroy((struct wl_proxy *) seat); in post_nomem_main()
440 wl_proxy_destroy((struct wl_proxy *) seat); in post_implementation_error_main()
874 wl_proxy_destroy((struct wl_proxy *) pointer); in check_seat_versions()
894 wl_proxy_destroy((struct wl_proxy *) seat); in seat_version()
938 wl_proxy_destroy((struct wl_proxy *) seat); in check_error_on_destroyed_object()
1074 wl_proxy_destroy((struct wl_proxy *) ptr); in force_bind()
[all …]
Dtest-compositor.c508 wl_proxy_destroy((struct wl_proxy *) c->tc); in client_disconnect()
Dconnection-test.c737 wl_proxy_destroy((struct wl_proxy *) c->tc); in leak_after_error()
/external/wayland/src/
Dwayland-client-core.h168 wl_proxy_destroy(struct wl_proxy *proxy);
Dwayland-client.c561 wl_proxy_destroy(struct wl_proxy *proxy) in wl_proxy_destroy() function