Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dilm_control_wayland_platform.c2585 struct surface_context *ctx_surface = NULL; in ilm_getPropertiesOfSurface() local
2598 ctx_surface = get_surface_context(&ctx->wl, (uint32_t)surfaceID); in ilm_getPropertiesOfSurface()
2600 if ((ret != -1) && (ctx_surface != NULL)) in ilm_getPropertiesOfSurface()
2602 *pSurfaceProperties = ctx_surface->prop; in ilm_getPropertiesOfSurface()