Lines Matching full:time

34 #include <time.h>
280 * @param time Timestamp of the event (unused)
282 static void graphic_obj_frame_done(void * data, struct wl_callback * cb, uint32_t time) in graphic_obj_frame_done() argument
287 LV_UNUSED(time); in graphic_obj_frame_done()
461 uint32_t time, wl_fixed_t sx, wl_fixed_t sy) in pointer_handle_motion() argument
466 LV_UNUSED(time); in pointer_handle_motion()
477 uint32_t serial, uint32_t time, uint32_t button, in pointer_handle_button() argument
484 LV_UNUSED(time); in pointer_handle_button()
647 uint32_t time, uint32_t axis, wl_fixed_t value) in pointer_handle_axis() argument
652 LV_UNUSED(time); in pointer_handle_axis()
824 uint32_t serial, uint32_t time, uint32_t key, in keyboard_handle_key() argument
833 LV_UNUSED(time); in keyboard_handle_key()
884 uint32_t serial, uint32_t time, struct wl_surface * surface, in touch_handle_down() argument
891 LV_UNUSED(time); in touch_handle_down()
907 app->touch_obj->input.touches[i].timestamp = time; in touch_handle_down()
935 uint32_t serial, uint32_t time, int32_t id) in touch_handle_up() argument
941 LV_UNUSED(time); in touch_handle_up()
952 app->touch_obj->input.touches[i].timestamp = time; in touch_handle_up()
990 uint32_t time, int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_motion() argument
997 LV_UNUSED(time); in touch_handle_motion()
1018 app->touch_obj->input.touches[i].timestamp = time; in touch_handle_motion()
1028 cur->timestamp = time; in touch_handle_motion()
2916 * to take more data at this time). in lv_wayland_timer_handler()