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

  /external/autotest/client/bin/input/
input_event_recorder.py 89 ev_code = int(result.group(3))
91 return Event(ev_type, ev_code, ev_value)
input_device.py 158 self.events = {} # dict { ev_type : dict { ev_code : Valuator } }
265 ev_code = array.array('B', [0] * size)
267 count = fcntl.ioctl(self.f, EVIOCGBIT(ev_type, size), ev_code, 1)
269 if test_bit(c, ev_code):
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 63 ev_code = event[MTB.EV_CODE]
65 (ev_code, EV_STRINGS[ev_type][ev_code]))
83 event[MTB.EV_CODE],
188 event[MTB.EV_CODE] == ABS_MT_TRACKING_ID)
205 event[MTB.EV_CODE] == ABS_MT_SLOT)
212 event[MTB.EV_CODE] == ABS_MT_POSITION_X)
219 event[MTB.EV_CODE] == ABS_MT_POSITION_Y)
226 event[MTB.EV_CODE] == ABS_MT_PRESSURE
    [all...]

Completed in 218 milliseconds