Home | History | Annotate | Download | only in firmware_TouchMTB

Lines Matching refs:MTB

5 """Define constants for firmware touch device MTB tests."""
161 """Constants about MTB event format and MTB related constants."""
163 MTB = _MTB()
164 MTB.EV_TIME = 'EV_TIME'
165 MTB.EV_TYPE = 'EV_TYPE'
166 MTB.EV_CODE = 'EV_CODE'
167 MTB.EV_VALUE = 'EV_VALUE'
168 MTB.SYN_REPORT = 'SYN_REPORT'
169 MTB.SLOT = 'slot'
170 MTB.POINTS = 'points'