Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_event.c57 if(pre_stop_1) lv_event_stop_processing(e); in event_pre_1_cb()
69 if(post_stop_1) lv_event_stop_processing(e); in event_post_1_cb()
/lvgl-latest/src/misc/
Dlv_event.h198 void lv_event_stop_processing(lv_event_t * e);
Dlv_event.c232 void lv_event_stop_processing(lv_event_t * e) in lv_event_stop_processing() function