Lines Matching refs:touch_device
209 struct weston_touch_device *touch_device; member
2166 notify_touch(input->touch_device, &ts, id, x, y, WL_TOUCH_DOWN); in input_handle_touch_down()
2207 notify_touch(input->touch_device, &ts, id, 0, 0, WL_TOUCH_UP); in input_handle_touch_up()
2236 notify_touch(input->touch_device, &ts, id, x, y, WL_TOUCH_MOTION); in input_handle_touch_motion()
2247 notify_touch_frame(input->touch_device); in input_handle_touch_frame()
2258 notify_touch_cancel(input->touch_device); in input_handle_touch_cancel()
2273 struct weston_touch_device *touch_device; in create_touch_device() local
2280 touch_device = weston_touch_create_touch_device(input->base.touch_state, in create_touch_device()
2283 return touch_device; in create_touch_device()
2327 input->touch_device = create_touch_device(input); in input_handle_capabilities()
2329 weston_touch_device_destroy(input->touch_device); in input_handle_capabilities()
2330 input->touch_device = NULL; in input_handle_capabilities()