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

  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 5 """This module provides MTB parser and related packet methods."""
16 from firmware_constants import AXIS, GV, MTB, UNIT, VAL
44 """ A helper function to get mtb packets by parsing the event file.
48 return Mtb(packets=MtbParser().parse_file(event_file))
57 pretty_event.append('time %.6f,' % event[MTB.EV_TIME])
58 if event.get(MTB.SYN_REPORT):
61 ev_type = event[MTB.EV_TYPE]
63 ev_code = event[MTB.EV_CODE]
66 pretty_event.append('value %d' % event[MTB.EV_VALUE])
78 if event.get(MTB.SYN_REPORT)
    [all...]
firmware_constants.py 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
    [all...]
validators.py 11 (2) add proper method in mtb.Mtb class,
64 import mtb
70 from firmware_constants import AXIS, GV, MTB, UNIT, VAL
197 self.packets = mtb.Mtb(device=self.device, packets=packets)
356 final_state_packet = mtb.create_final_state_packet(
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
validators_unittest.py 18 from firmware_constants import AXIS, GV, MTB, PLATFORM, VAL
774 """Test that the MTB format is correct."""
    [all...]
mtb_unittest.py 5 # This module contains unit tests for the classes in the mtb module
14 import mtb
18 from firmware_constants import AXIS, GV, MTB, PLATFORM, UNIT, VAL
19 from mtb import FingerPath, TidPacket
29 parser = mtb.MtbParser()
31 mtb_packets = mtb.Mtb(packets=packets)
35 class FakeMtb(mtb.Mtb):
36 """A fake MTB class to set up x and y positions directly.""
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vop.cpp 358 int MTB = currVol->moduloTimeBase;
368 while (MTB)
371 MTB--;
mp4lib_int.h 58 Int timeInc; /* VOP time increment (relative to last mtb) */
163 UChar MTB;
mp4enc_api.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 103 UChar MTB;

Completed in 810 milliseconds