Searched refs:pa_timeval_cmp (Results 1 – 11 of 11) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
D | glib-mainloop.c | 302 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()
|
D | ohos_glib-mainloop.c | 303 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()
|
D | timeval.c | 80 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
|
D | timeval.h | 68 int pa_timeval_cmp(const struct timeval *a, const struct timeval *b) PA_GCC_PURE;
|
D | stream.c | 1856 if (pa_timeval_cmp(&local, &remote) <= 0 && pa_timeval_cmp(&remote, &now) <= 0) { in stream_get_timing_info_callback()
|
/third_party/pulseaudio/src/pulsecore/ |
D | core-rtclock.c | 196 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()
|
D | rtpoll.c | 292 if (pa_timeval_cmp(&p->next_elapse, &now) > 0) in pa_rtpoll_run()
|
/third_party/pulseaudio/src/tests/ |
D | rtstutter.c | 94 } while (pa_timeval_cmp(&now, &end) < 0); in work()
|
/third_party/pulseaudio/src/ |
D | map-file | 372 pa_timeval_cmp;
|
/third_party/pulseaudio/src/modules/ |
D | module-tunnel.c | 829 if (pa_timeval_cmp(&local, &remote) < 0 && pa_timeval_cmp(&remote, &now)) { in stream_get_latency_callback()
|
/third_party/pulseaudio/vala/ |
D | libpulse.vapi | 1544 [CCode (cname="pa_timeval_cmp")]
|