Searched refs:touch_notify_touch_down (Results 1 – 4 of 4) sorted by relevance
/third_party/libinput/src/ |
D | evdev-fallback.c | 380 touch_notify_touch_down(base, time, slot_idx, seat_slot, in fallback_flush_mt_down() 503 touch_notify_touch_down(base, time, -1, seat_slot, &point); in fallback_flush_st_down()
|
D | libinput-private.h | 601 touch_notify_touch_down(struct libinput_device *device,
|
D | libinput.c | 2641 touch_notify_touch_down(struct libinput_device *device, in touch_notify_touch_down() function
|
/third_party/libinput/patch/diff_libinput_mmi/libinput/ |
D | libinput_0000.diff | 1196 - touch_notify_touch_down(base, time, slot_idx, seat_slot, 1202 + touch_notify_touch_down(base, time, slot_idx, seat_slot, slot->pressure, 1277 - touch_notify_touch_down(base, time, -1, seat_slot, &point); 1280 + touch_notify_touch_down(base, time, -1, seat_slot, pressure, &axis, &point, tool_type, &rect);
|