HomeSort by relevance Sort by last modified time
    Searched refs:EV_STRINGS (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/bin/input/
input_device.py 92 if self.type in EV_STRINGS:
93 c = EV_STRINGS[self.type].get(self.code, self.code)
583 if (t in EV_STRINGS):
584 code = EV_STRINGS[t].get(c, '?')
606 abs = EV_STRINGS[EV_ABS].get(a, '?')
linux_input.py 1144 EV_STRINGS = {
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py 73 from linux_input import EV_ABS, EV_STRINGS
    [all...]
mtb.py 65 (ev_code, EV_STRINGS[ev_type][ev_code]))
    [all...]

Completed in 1540 milliseconds