Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dilm_control_wayland_platform.c97 static struct surface_context* get_surface_context(struct wayland_context *, uint32_t);
421 ctx_surf = get_surface_context(ctx, surface_id); in wm_listener_surface_visibility()
444 ctx_surf = get_surface_context(ctx, surface_id); in wm_listener_surface_opacity()
467 ctx_surf = get_surface_context(ctx, surface_id); in wm_listener_surface_size()
493 ctx_surf = get_surface_context(ctx, surface_id); in wm_listener_surface_source_rectangle()
523 ctx_surf = get_surface_context(ctx, surface_id); in wm_listener_surface_destination_rectangle()
553 ctx_surf = get_surface_context(ctx, surface_id); in wm_listener_surface_stats()
568 ctx_surf = get_surface_context(ctx, surface_id); in wm_listener_surface_created()
599 ctx_surf = get_surface_context(ctx, surface_id); in wm_listener_surface_destroyed()
1464 get_surface_context(struct wayland_context *ctx, in get_surface_context() function
[all …]