/third_party/libinput/src/ |
H A D | evdev-fallback.c | 233 int seat_slot; in fallback_flush_mt_down() local 239 if (slot->seat_slot != -1) { in fallback_flush_mt_down() 245 seat_slot = ffs(~seat->slot_map) - 1; in fallback_flush_mt_down() 246 slot->seat_slot = seat_slot; in fallback_flush_mt_down() 248 if (seat_slot == -1) in fallback_flush_mt_down() 251 seat->slot_map |= bit(seat_slot); in fallback_flush_mt_down() 256 touch_notify_touch_down(base, time, slot_idx, seat_slot, in fallback_flush_mt_down() 271 int seat_slot; in fallback_flush_mt_motion() local 277 seat_slot in fallback_flush_mt_motion() 302 int seat_slot; fallback_flush_mt_up() local 330 int seat_slot; fallback_flush_mt_cancel() local 357 int seat_slot; fallback_flush_st_down() local 391 int seat_slot; fallback_flush_st_motion() local 413 int seat_slot; fallback_flush_st_up() local 438 int seat_slot; fallback_flush_st_cancel() local [all...] |
H A D | evdev-fallback.h | 79 int32_t seat_slot; member 99 int32_t seat_slot; member
|
H A D | libinput-private.h | 670 int32_t seat_slot, 677 int32_t seat_slot, 684 int32_t seat_slot); 690 int32_t seat_slot);
|
H A D | libinput.c | 194 int32_t seat_slot; member 900 return event->seat_slot; in libinput_event_touch_get_seat_slot() 2645 int32_t seat_slot, in touch_notify_touch_down() 2658 .seat_slot = seat_slot, in touch_notify_touch_down() 2671 int32_t seat_slot, in touch_notify_touch_motion() 2684 .seat_slot = seat_slot, in touch_notify_touch_motion() 2697 int32_t seat_slot) in touch_notify_touch_up() 2709 .seat_slot in touch_notify_touch_up() 2642 touch_notify_touch_down(struct libinput_device *device, uint64_t time, int32_t slot, int32_t seat_slot, const struct device_coords *point) touch_notify_touch_down() argument 2668 touch_notify_touch_motion(struct libinput_device *device, uint64_t time, int32_t slot, int32_t seat_slot, const struct device_coords *point) touch_notify_touch_motion() argument 2694 touch_notify_touch_up(struct libinput_device *device, uint64_t time, int32_t slot, int32_t seat_slot) touch_notify_touch_up() argument 2718 touch_notify_touch_cancel(struct libinput_device *device, uint64_t time, int32_t slot, int32_t seat_slot) touch_notify_touch_cancel() argument [all...] |
/third_party/libinput/tools/ |
H A D | libinput-record-verify-yaml.py | 346 keys = ["type", "time", "slot", "seat_slot"] 354 seat_slot = e["seat_slot"] 357 self.assertGreaterEqual(seat_slot, 0) 360 keys = ["type", "time", "slot", "seat_slot", "point", "transformed"] 380 keys = ["type", "time", "slot", "seat_slot", "point", "transformed"]
|
H A D | libinput-record.c | 634 int32_t slot, seat_slot; in print_touch_event() local 660 seat_slot = libinput_event_touch_get_seat_slot(t); in print_touch_event() 680 "- {time: %ld.%06ld, type: %s, slot: %d, seat_slot: %d, " in print_touch_event() 686 seat_slot, in print_touch_event() 694 "- {time: %ld.%06ld, type: %s, slot: %d, seat_slot: %d}\n", in print_touch_event() 699 seat_slot); in print_touch_event()
|
/third_party/libinput/test/ |
H A D | test-touch.c | 140 unsigned int seat_slot) in touch_assert_seat_slot() 151 ck_assert_int_eq(slot, seat_slot); in touch_assert_seat_slot() 137 touch_assert_seat_slot(struct libinput *li, enum libinput_event_type type, unsigned int slot, unsigned int seat_slot) touch_assert_seat_slot() argument
|