Searched refs:exit_cb (Results 1 – 6 of 6) sorted by relevance
44 lv_demo_high_res_exit_cb_t exit_cb) in lv_demo_high_res() argument49 …_obj_t * base_obj = lv_demo_high_res_base_obj_create(assets_path, logo_path, slides_path, exit_cb); in lv_demo_high_res()
25 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
108 lv_demo_high_res_exit_cb_t exit_cb);
193 lv_demo_high_res_exit_cb_t exit_cb; member219 lv_demo_high_res_exit_cb_t exit_cb);
157 lv_demo_high_res_exit_cb_t exit_cb) in lv_demo_high_res_base_obj_create() argument286 c->exit_cb = exit_cb; in lv_demo_high_res_base_obj_create()
149 if(c->exit_cb) c->exit_cb(&c->api); in logout_cb()