Searched defs:seat_slot (Results 1 - 5 of 5) sorted by relevance
/third_party/libinput/test/ |
H A D | test-touch.c | 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
|
/third_party/libinput/src/ |
H A D | evdev-fallback.h | 79 int32_t seat_slot; member 99 int32_t seat_slot; member
|
H A D | evdev-fallback.c | 233 int seat_slot; in fallback_flush_mt_down() local 271 int seat_slot; in fallback_flush_mt_motion() local 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 | libinput.c | 194 int32_t seat_slot; member 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.c | 634 int32_t slot, seat_slot; in print_touch_event() local
|
Completed in 12 milliseconds