Searched refs:ev_code (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/bin/input/ |
D | input_event_recorder.py | 89 ev_code = int(result.group(3)) 91 return Event(ev_type, ev_code, ev_value)
|
D | input_device.py | 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/ |
D | mtb.py | 63 ev_code = event[MTB.EV_CODE] 65 (ev_code, EV_STRINGS[ev_type][ev_code])) 298 (tv_sec, tv_usec, ev_type, ev_code, ev_value) = event 300 return MtbParser.make_ev_dict((ev_time, ev_type, ev_code, ev_value)) 1431 (ev_time, ev_type, ev_code, ev_value) = event 1434 MTB.EV_CODE: ev_code,
|
/external/syslinux/gpxe/src/drivers/net/ |
D | etherfabric.c | 3822 int ev_code, desc_ptr, len, drop; in falcon_handle_event() local 3825 ev_code = EFAB_QWORD_FIELD ( *evt, FCN_EV_CODE ); in falcon_handle_event() 3826 switch ( ev_code ) { in falcon_handle_event() 3841 EFAB_TRACE ( "Unknown event type %d\n", ev_code ); in falcon_handle_event()
|