Home
last modified time | relevance | path

Searched refs:initial_time (Results 1 – 8 of 8) sorted by relevance

/third_party/libinput/src/
Devdev-mt-touchpad-thumb.c296 if (!oldest || t->initial_time < oldest->initial_time) { in tp_thumb_update_multifinger()
362 (newest->initial_time - oldest->initial_time) < THUMB_TIMEOUT && in tp_thumb_update_multifinger()
Devdev-mt-touchpad.h175 uint64_t initial_time; member
227 uint64_t initial_time; member
342 uint64_t initial_time; member
Devdev-mt-touchpad-buttons.c269 if (other_start_time > t->button.initial_time) in tp_button_release_other_bottom_touches()
270 tdelta = other_start_time - t->button.initial_time; in tp_button_release_other_bottom_touches()
272 tdelta = t->button.initial_time - other_start_time; in tp_button_release_other_bottom_touches()
308 t->button.initial_time); in tp_button_bottom_handle_event()
527 t->button.initial_time); in tp_button_check_for_movement()
542 t->button.initial_time = time; in tp_button_handle_state()
Devdev-mt-touchpad-gestures.c425 tp->gesture.initial_time = time; in tp_gesture_handle_state_none()
524 time > (tp->gesture.initial_time + DEFAULT_GESTURE_SWIPE_TIMEOUT)) { in tp_gesture_handle_state_unknown()
Devdev-mt-touchpad.c353 t->initial_time = time; in tp_begin_touch()
/third_party/pulseaudio/src/modules/raop/
Draop-client.c687 uint64_t initial_time = 0; in send_initial_udp_timing_packet() local
689 initial_time = timeval_to_ntp(pa_rtclock_get(&tv)); in send_initial_udp_timing_packet()
690 data[4] = htonl(initial_time >> 32); in send_initial_udp_timing_packet()
691 data[5] = htonl(initial_time & 0xffffffff); in send_initial_udp_timing_packet()
693 send_udp_timing_packet(c, data, initial_time); in send_initial_udp_timing_packet()
/third_party/gstreamer/gstplugins_bad/tests/examples/camerabin2/
Dgst-camerabin2-test.c267 static GstClockTime initial_time = 0; variable
665 initial_time = gst_util_get_timestamp (); in setup_pipeline()
1015 TIME_ARGS (startup_time - initial_time), TIME_ARGS (target_startup)); in print_performance_data()
/third_party/grpc/tools/run_tests/
Drun_tests.py1959 initial_time = dw.most_recent_change() variable
1960 have_files_changed = lambda: dw.most_recent_change() != initial_time