Home
last modified time | relevance | path

Searched refs:ABS_Z (Results 1 - 21 of 21) sorted by relevance

/third_party/libinput/test/
H A Dlitest-device-wacom-cintiq-pro-16-pen.c32 { .type = EV_ABS, .code = ABS_Z, .value = LITEST_AUTO_ASSIGN },
48 { .type = EV_ABS, .code = ABS_Z, .value = 0 },
63 { .type = EV_ABS, .code = ABS_Z, .value = 0 },
78 case ABS_Z: in get_axis_default()
104 { ABS_Z, -900, 899, 0, 0, 287 },
H A Dlitest-device-wacom-mobilestudio-pro-pad.c67 { ABS_Z, -2048, 2048, 0, 0, 0 },
H A Dlitest-device-wacom-cintiq-13hdt-pen.c97 { ABS_Z, -900, 899, 0, 0, 287 },
H A Dlitest-device-wacom-cintiq-24hd-pen.c97 { ABS_Z, -900, 899, 0, 0, 0 },
H A Dlitest-device-wacom-intuos5-pen.c97 { ABS_Z, -900, 899, 0, 0, 0 },
H A Dlitest-device-wacom-cintiq-12wx-pen.c97 { ABS_Z, -900, 899, 0, 0, 0 },
H A Dtest-tablet.c2097 ABS_Z)) in START_TEST()
2105 abs = libevdev_get_abs_info(dev->evdev, ABS_Z); in START_TEST()
2114 litest_event(dev, EV_ABS, ABS_Z, abs->minimum); in START_TEST()
2123 litest_event(dev, EV_ABS, ABS_Z, a); in START_TEST()
3476 ABS_Z)) in START_TEST()
3512 ABS_Z)) in START_TEST()
3517 abs = libevdev_get_abs_info(dev->evdev, ABS_Z); in START_TEST()
3526 litest_event(dev, EV_ABS, ABS_Z, abs->minimum); in START_TEST()
3534 litest_event(dev, EV_ABS, ABS_Z, a); in START_TEST()
H A Dtest-utils.c581 { "+REL_Y;-ABS_Z;+BTN_STYLUS", true, 3, in START_TEST()
583 { .type = EV_ABS, .code = ABS_Z, .value = 0}, in START_TEST()
H A Dtest-device.c1149 { ABS_Z, 0, 10, 0, 0, 10 }, in START_TEST()
/third_party/libinput/src/
H A Devdev-tablet.h137 case ABS_Z: in evcode_to_axis()
205 evcode = ABS_Z; in axis_to_evcode()
H A Devdev-tablet.c217 case ABS_Z: in tablet_process_absolute()
610 if (!libevdev_has_event_code(device->evdev, EV_ABS, ABS_Z)) in tablet_update_artpen_rotation()
616 ABS_Z); in tablet_update_artpen_rotation()
1030 /* Rotation is special, it can be either ABS_Z or in tool_set_bits()
1033 * ABS_Z. So let's not copy the axis bit if we don't have in tool_set_bits()
1034 * ABS_Z, otherwise we try to get the value from it later on in tool_set_bits()
1038 ABS_Z)) in tool_set_bits()
H A Devdev.c1883 libevdev_disable_event_code(evdev, EV_ABS, ABS_Z); in evdev_disable_accelerometer_axes()
/third_party/libinput/tools/
H A Dlibinput-debug-tablet.c231 print_bar("ABS_Z:", ctx->abs.z, normalize(ctx->evdev, ABS_Z, ctx->abs.z)); in print_state()
442 case evbit(EV_ABS, ABS_Z): in handle_libevdev_events()
/third_party/eudev/src/udev/
H A Dudev-builtin-input_id.c171 has_3d_coordinates = has_abs_coordinates && test_bit(ABS_Z, bitmask_abs); in test_pointers()
/third_party/libevdev/test/
H A Dtest-libevdev-events.c1504 ck_assert_int_eq(libevdev_get_event_value(dev, EV_ABS, ABS_Z), 0); in START_TEST()
1510 ck_assert_int_eq(libevdev_fetch_event_value(dev, EV_ABS, ABS_Z, &value), 0); in START_TEST()
1920 ck_assert_int_eq(libevdev_set_event_value(dev, EV_ABS, ABS_Z, 1), -1); in START_TEST()
1984 ck_assert_int_eq(libevdev_set_slot_value(dev, 1, ABS_Z, 1), -1); in START_TEST()
H A Dtest-libevdev-has-event.c730 libevdev_set_abs_minimum(dev, ABS_Z, 10); in START_TEST()
731 ck_assert_int_eq(libevdev_has_event_code(dev, EV_ABS, ABS_Z), 0); in START_TEST()
/third_party/FreeBSD/sys/dev/evdev/
H A Dinput-event-codes.h856 #define ABS_Z 0x02 macro
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h813 #define ABS_Z 0x02 macro
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h813 #define ABS_Z 0x02 macro
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h841 #define ABS_Z 0x02 macro
/third_party/libevdev/include/
H A Devent-names.h42 [ABS_Z] = "ABS_Z",
940 { .name = "ABS_Z", .value = ABS_Z },

Completed in 38 milliseconds