Home
last modified time | relevance | path

Searched refs:INPUT_PROP_SEMI_MT (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Devdev_prop.h27 #if defined(INPUT_PROP_SEMI_MT) || (defined(HAVE_DECL_INPUT_PROP_SEMI_MT) && HAVE_DECL_INPUT_PROP_S…
29 static_assert((INPUT_PROP_SEMI_MT) == (3), "INPUT_PROP_SEMI_MT != 3");
32 # define INPUT_PROP_SEMI_MT 3
69 [INPUT_PROP_SEMI_MT] = XLAT(INPUT_PROP_SEMI_MT),
Devdev_prop.in5 INPUT_PROP_SEMI_MT 3
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h26 #define INPUT_PROP_SEMI_MT 0x03 /* touch rectangle only */ macro
/external/autotest/client/bin/input/
Dlinux_input.py154 INPUT_PROP_SEMI_MT = 0x03 # touch rectangle only variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs9 pub const INPUT_PROP_SEMI_MT: u16 = 0x03; constant