Home
last modified time | relevance | path

Searched refs:allow_negative (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dsource.h475 int64_t pa_source_get_latency_within_thread(pa_source *s, bool allow_negative);
Dsink.h554 int64_t pa_sink_get_latency_within_thread(pa_sink *s, bool allow_negative);
Dsource.c1185 int64_t pa_source_get_latency_within_thread(pa_source *s, bool allow_negative) { in pa_source_get_latency_within_thread() argument
1209 if (!allow_negative && usec < 0) in pa_source_get_latency_within_thread()
Dsink.c1594 int64_t pa_sink_get_latency_within_thread(pa_sink *s, bool allow_negative) { in pa_sink_get_latency_within_thread() argument
1618 if (!allow_negative && usec < 0) in pa_sink_get_latency_within_thread()