Home
last modified time | relevance | path

Searched refs:tv2us (Results 1 – 3 of 3) sorted by relevance

/third_party/libinput/tools/
Dlibinput-measure-touchpad-tap.py50 def tv2us(sec, usec): function
126 t = Touch(tv2us(event.sec, event.usec))
129 self.touches[-1].up = tv2us(event.sec, event.usec)
/third_party/libinput/src/
Dutil-input-event.h57 return tv2us(&tval); in input_event_time()
Dutil-time.h73 tv2us(const struct timeval *tv) in tv2us() function