Lines Matching refs:lv_indev_send_event
151 lv_indev_send_event(indev, LV_EVENT_DELETE, NULL); in lv_indev_delete()
663 lv_result_t lv_indev_send_event(lv_indev_t * indev, lv_event_code_t code, void * param) in lv_indev_send_event() function
977 lv_indev_send_event(indev_act, LV_EVENT_LONG_PRESSED, indev_obj_act); in indev_encoder_proc()
1219 lv_indev_send_event(indev, LV_EVENT_HOVER_LEAVE, indev->pointer.last_hovered); in indev_proc_press()
1286 lv_indev_send_event(indev, LV_EVENT_GESTURE, indev_act); in indev_proc_press()
1357 lv_indev_send_event(indev, LV_EVENT_HOVER_OVER, hovered); in indev_proc_release()
1362 lv_indev_send_event(indev, LV_EVENT_HOVER_LEAVE, *last); in indev_proc_release()
1387 lv_indev_send_event(indev, LV_EVENT_GESTURE, indev_act); in indev_proc_release()
1694 lv_indev_send_event(indev_act, LV_EVENT_GESTURE, gesture_obj); in indev_gesture()
1745 lv_indev_send_event(indev, LV_EVENT_INDEV_RESET, act_obj); in indev_reset_core()
1758 lv_indev_send_event(indev, LV_EVENT_INDEV_RESET, act_obj); in indev_reset_core()
1779 lv_indev_send_event(indev, code, indev_obj_act); in send_event()