Home
last modified time | relevance | path

Searched refs:pa_simple_get_latency (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Dsimple.h79 * \li pa_simple_get_latency() - Will return the total latency of
153 pa_usec_t pa_simple_get_latency(pa_simple *s, int *error);
H A Dsimple.c453 pa_usec_t pa_simple_get_latency(pa_simple *p, int *rerror) { in pa_simple_get_latency() function
490 * pa_simple_get_latency(). If the latency is negative, let's in pa_simple_get_latency()
/third_party/pulseaudio/src/tests/
H A Dpacat-simple.c76 if ((latency = pa_simple_get_latency(s, &error)) == (pa_usec_t) -1) { in main()
77 fprintf(stderr, __FILE__": pa_simple_get_latency() failed: %s\n", pa_strerror(error)); in main()

Completed in 2 milliseconds