Home
last modified time | relevance | path

Searched refs:libinput_event_touch_get_time_usec (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_transform_processor.cpp63 uint64_t time = libinput_event_touch_get_time_usec(touch); in OnEventTouchDown()
150 uint64_t time = libinput_event_touch_get_time_usec(touch); in OnEventTouchMotion()
196 uint64_t time = libinput_event_touch_get_time_usec(touch); in OnEventTouchUp()
/ohos5.0/foundation/multimodalinput/input/test/facility/libinput_interface/src/
H A Dlibinput_interface.cpp149 uint64_t libinput_event_touch_get_time_usec(struct libinput_event_touch *event) in libinput_event_touch_get_time_usec() function