Home
last modified time | relevance | path

Searched defs:smm_events (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/drivers/wayland/
Dlv_wayland_smm.h45 struct smm_events { struct
46 void * ctx;
47 bool (*new_pool)(void * ctx, smm_pool_t * pool);
48 void (*expand_pool)(void * ctx, smm_pool_t * pool);
72 void smm_init(struct smm_events * evs); argument