Lines Matching refs:ctx
1433 static bool sme_new_pool(void * ctx, smm_pool_t * pool) in sme_new_pool() argument
1436 struct application * app = ctx; in sme_new_pool()
1439 LV_UNUSED(ctx); in sme_new_pool()
1449 static void sme_expand_pool(void * ctx, smm_pool_t * pool) in sme_expand_pool() argument
1453 LV_UNUSED(ctx); in sme_expand_pool()
1458 static void sme_free_pool(void * ctx, smm_pool_t * pool) in sme_free_pool() argument
1462 LV_UNUSED(ctx); in sme_free_pool()
1467 static bool sme_new_buffer(void * ctx, smm_buffer_t * buf) in sme_new_buffer() argument
1473 struct application * app = ctx; in sme_new_buffer()
1497 static bool sme_init_buffer(void * ctx, smm_buffer_t * buf) in sme_init_buffer() argument
1508 LV_UNUSED(ctx); in sme_init_buffer()
1570 static void sme_free_buffer(void * ctx, smm_buffer_t * buf) in sme_free_buffer() argument
1574 LV_UNUSED(ctx); in sme_free_buffer()