Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dsrbchannel.c34 typedef struct pa_ringbuffer pa_ringbuffer; typedef
36 struct pa_ringbuffer { struct
43 static void *pa_ringbuffer_peek(pa_ringbuffer *r, int *count) { in pa_ringbuffer_peek()
55 static bool pa_ringbuffer_drop(pa_ringbuffer *r, int count) { in pa_ringbuffer_drop()
64 static void *pa_ringbuffer_begin_write(pa_ringbuffer *r, int *count) { in pa_ringbuffer_begin_write()
72 static void pa_ringbuffer_end_write(pa_ringbuffer *r, int count) { in pa_ringbuffer_end_write()
79 pa_ringbuffer rb_read, rb_write;

Completed in 2 milliseconds