Home
last modified time | relevance | path

Searched refs:EV_STRINGS (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/bin/input/
Dinput_device.py92 if self.type in EV_STRINGS:
93 c = EV_STRINGS[self.type].get(self.code, self.code)
579 if (t in EV_STRINGS):
580 code = EV_STRINGS[t].get(c, '?')
602 abs = EV_STRINGS[EV_ABS].get(a, '?')
Dlinux_input.py1144 EV_STRINGS = { variable
/external/autotest/client/site_tests/firmware_TouchMTB/
Dvalidators.py73 from linux_input import EV_ABS, EV_STRINGS
1339 prop_name = EV_STRINGS[EV_ABS].get(prop, prop)
Dmtb.py65 (ev_code, EV_STRINGS[ev_type][ev_code]))