Home
last modified time | relevance | path

Searched refs:surface_destroyed (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/fullscreen-shell/
Dfullscreen-shell.c72 struct wl_listener surface_destroyed; member
81 struct wl_listener surface_destroyed; member
102 struct wl_listener surface_destroyed; member
108 wl_list_remove(&surf->surface_destroyed.link); in remove_default_surface()
118 surf = container_of(listener, struct fs_client_surface, surface_destroyed); in default_surface_destroy_listener()
145 surf->surface_destroyed.notify = default_surface_destroy_listener; in replace_default_surface()
146 wl_signal_add(&surface->destroy_signal, &surf->surface_destroyed); in replace_default_surface()
293 surface_destroyed(struct wl_listener *listener, void *data) in surface_destroyed() function
297 surface_destroyed); in surface_destroyed()
309 pending.surface_destroyed); in pending_surface_destroyed()
[all …]
/third_party/weston/libweston/
Dcontent-protection.c211 surface_destroyed(struct wl_listener *listener, void *data) in surface_destroyed() function
251 surface_destroyed); in get_protection()
282 psurface->surface_destroy_listener.notify = surface_destroyed; in get_protection()
/third_party/wayland-ivi-extension/ivi-input-modules/ivi-input-controller/src/
Divi-input-controller.c73 struct wl_listener surface_destroyed; member
1035 wl_container_of(listener, ctx, surface_destroyed); in handle_surface_destroy()
1266 wl_list_remove(&ctx->surface_destroyed.link); in destroy_input_context()
1329 ctx->surface_destroyed.notify = handle_surface_destroy; in create_input_context()
1333 wl_signal_add(&ctx->ivishell->ivisurface_removed_signal, &ctx->surface_destroyed); in create_input_context()