Searched defs:EV_ABS (Results 1 - 3 of 3) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dvalidators.py73 from linux_input import EV_ABS, EV_STRINGS namespace
1339 prop_name = EV_STRINGS[EV_ABS].get(prop, prop)
1388 Event: type 3 (EV_ABS), code 57 (ABS_MT_TRACKING_ID), value 508
1389 Event: type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 906
1390 Event: type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 720
1391 Event: type 3 (EV_ABS), code 58 (ABS_MT_PRESSURE), value 24
1395 Event: type 3 (EV_ABS), code 58 (ABS_MT_PRESSURE), value 25
1401 Event: type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 939
1402 Event: type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 727
1403 Event: type 3 (EV_ABS), cod
[all...]
/external/autotest/client/bin/input/
H A Dlinux_input.py157 EV_ABS = 0x03 variable
1120 EV_ABS : 'EV_ABS',
1134 EV_ABS : ABS_CNT,
1227 EV_ABS: {
/external/kernel-headers/original/uapi/linux/
H A Dinput-event-codes.h40 #define EV_ABS 0x03 macro

Completed in 186 milliseconds