Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res.c44 lv_demo_high_res_exit_cb_t exit_cb) in lv_demo_high_res() argument
49 …_obj_t * base_obj = lv_demo_high_res_base_obj_create(assets_path, logo_path, slides_path, exit_cb); in lv_demo_high_res()
Dlv_demo_high_res_api_example.c25 static void exit_cb(lv_demo_high_res_api_t * api);
46 lv_demo_high_res_api_t * api = lv_demo_high_res(assets_path, logo_path, slides_path, exit_cb); in lv_demo_high_res_api_example()
85 static void exit_cb(lv_demo_high_res_api_t * api) in exit_cb() function
Dlv_demo_high_res.h108 lv_demo_high_res_exit_cb_t exit_cb);
Dlv_demo_high_res_private.h193 lv_demo_high_res_exit_cb_t exit_cb; member
219 lv_demo_high_res_exit_cb_t exit_cb);
Dlv_demo_high_res_util.c157 lv_demo_high_res_exit_cb_t exit_cb) in lv_demo_high_res_base_obj_create() argument
286 c->exit_cb = exit_cb; in lv_demo_high_res_base_obj_create()
Dlv_demo_high_res_top_margin.c149 if(c->exit_cb) c->exit_cb(&c->api); in logout_cb()