Home
last modified time | relevance | path

Searched refs:pa_timeval_cmp (Results 1 – 11 of 11) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dglib-mainloop.c302 if (pa_timeval_cmp(tv, &g->cached_next_time_event->timeval) < 0) in glib_time_new()
335 if (pa_timeval_cmp(tv, &e->mainloop->cached_next_time_event->timeval) < 0) in glib_time_restart()
446 if (!n || pa_timeval_cmp(&t->timeval, &n->timeval) < 0) { in find_next_time_event()
496 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0) { in prepare_func()
527 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0) in check_func()
572 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0) { in dispatch_func()
Dohos_glib-mainloop.c303 if (pa_timeval_cmp(tv, &g->cached_next_time_event->timeval) < 0) in glib_time_new()
336 if (pa_timeval_cmp(tv, &e->mainloop->cached_next_time_event->timeval) < 0) in glib_time_restart()
447 if (!n || pa_timeval_cmp(&t->timeval, &n->timeval) < 0) { in find_next_time_event()
497 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0) { in prepare_func()
527 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0) in check_func()
571 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0) { in dispatch_func()
Dtimeval.c80 if (PA_UNLIKELY(pa_timeval_cmp(a, b) < 0)) { in pa_timeval_diff()
99 int pa_timeval_cmp(const struct timeval *a, const struct timeval *b) { in pa_timeval_cmp() function
Dtimeval.h68 int pa_timeval_cmp(const struct timeval *a, const struct timeval *b) PA_GCC_PURE;
Dstream.c1856 if (pa_timeval_cmp(&local, &remote) <= 0 && pa_timeval_cmp(&remote, &now) <= 0) { in stream_get_timing_info_callback()
/third_party/pulseaudio/src/pulsecore/
Dcore-rtclock.c196 if (pa_timeval_cmp(&wc_now, tv) < 0) in pa_rtclock_from_wallclock()
243 if (pa_timeval_cmp(&rt_now, tv) < 0) in wallclock_from_rtclock()
Drtpoll.c292 if (pa_timeval_cmp(&p->next_elapse, &now) > 0) in pa_rtpoll_run()
/third_party/pulseaudio/src/tests/
Drtstutter.c94 } while (pa_timeval_cmp(&now, &end) < 0); in work()
/third_party/pulseaudio/src/
Dmap-file372 pa_timeval_cmp;
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c829 if (pa_timeval_cmp(&local, &remote) < 0 && pa_timeval_cmp(&remote, &now)) { in stream_get_latency_callback()
/third_party/pulseaudio/vala/
Dlibpulse.vapi1544 [CCode (cname="pa_timeval_cmp")]