Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcore-rtclock.c210 return PA_USEC_INVALID; in pa_timespec_load()
220 if (PA_UNLIKELY(v == PA_USEC_INVALID)) { in pa_timespec_store()
256 if (v == PA_USEC_INVALID) in pa_timeval_rtstore()
Ddbus-util.c241 …d->connection->mainloop->time_restart(ev, pa_timeval_rtstore(&tv, PA_USEC_INVALID, d->connection->… in toggle_timeout()
/third_party/pulseaudio/src/pulse/
Dmainloop.c294 return PA_USEC_INVALID; in make_rt()
331 if ((e->enabled = (t != PA_USEC_INVALID))) { in mainloop_time_new()
366 valid = (t != PA_USEC_INVALID); in mainloop_time_restart()
717 return PA_USEC_INVALID; in calc_next_timeout()
802 if (timeout < m->prepared_timeout || m->prepared_timeout == PA_USEC_INVALID) in pa_mainloop_prepare()
818 if (u == PA_USEC_INVALID) in usec_to_timeout()
852 … m->prepared_timeout == PA_USEC_INVALID ? NULL : pa_timespec_store(&ts, m->prepared_timeout), in pa_mainloop_poll()
Dtimeval.c190 if (PA_UNLIKELY(v == PA_USEC_INVALID)) { in pa_timeval_store()
206 return PA_USEC_INVALID; in pa_timeval_load()
Dtimeval.h53 #define PA_USEC_INVALID ((pa_usec_t) -1) macro
Dcontext.c1604 if (usec == PA_USEC_INVALID)
1619 if (usec == PA_USEC_INVALID)
/third_party/pulseaudio/src/modules/
Dmodule-suspend-on-idle.c342 d->time_event = pa_core_rttime_new(c, PA_USEC_INVALID, timeout_cb, d); in device_new_hook_cb()
/third_party/pulseaudio/vala/
Dlibpulse.vapi1565 [CCode (cname="PA_USEC_INVALID")]