Searched refs:TidPacket (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/tests/
H A Dmtb_unittest.py19 from mtb import FingerPath, TidPacket namespace
210 [TidPacket(time, Point(*xy), z)
404 expected_packet = TidPacket(syn_time, Point(*xy), z)
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dmtb.py26 # Define TidPacket to keep the point, pressure, and SYN_REPOT time of a packet.
27 TidPacket = namedtuple('TidPacket', ['syn_time', 'point', 'pressure']) variable
38 pressure, or syn_time), of TidPacket for the finger.
511 tid_packet = TidPacket(self.syn_time, point, pressure)

Completed in 77 milliseconds