Home
last modified time | relevance | path

Searched refs:G_TIME_SPAN_MILLISECOND (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/gio/inotify/
Dinotify-kernel.c44 #define BOREDOM_SLEEP_TIME (100 * G_TIME_SPAN_MILLISECOND)
49 #define MOVE_PAIR_DELAY (10 * G_TIME_SPAN_MILLISECOND)
/third_party/glib/gio/
Dglocalfilemonitor.c33 #define DEFAULT_RATE_LIMIT 800 * G_TIME_SPAN_MILLISECOND
709 rate_limit /= G_TIME_SPAN_MILLISECOND; in g_local_file_monitor_get_property()
724 rate_limit *= G_TIME_SPAN_MILLISECOND; in g_local_file_monitor_set_property()
Dglocalfile.c2813 if (state->last_progress_report + 200 * G_TIME_SPAN_MILLISECOND < now) in g_local_file_measure_size_of_file()
/third_party/glib/glib/
Dgdatetime.h78 #define G_TIME_SPAN_MILLISECOND (G_GINT64_CONSTANT (1000)) macro
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlwindow.c294 timeout = g_get_monotonic_time () + 100 * G_TIME_SPAN_MILLISECOND; in gst_wl_window_new_toplevel()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1978 G_TIME_SPAN_MILLISECOND
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideodec.c1184 end_time = wait ? 30 * G_TIME_SPAN_MILLISECOND + tmp->released_ts : -1; in _amc_gl_iterate_queue_unlocked()