Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dtypedefs.h30 typedef struct pa_sink_volume_change pa_sink_volume_change; typedef
H A Dsink.c61 struct pa_sink_volume_change { struct
65 PA_LLIST_FIELDS(pa_sink_volume_change);
352 PA_LLIST_HEAD_INIT(pa_sink_volume_change, s->thread_info.volume_changes); in pa_sink_new()
3715 PA_STATIC_FLIST_DECLARE(pa_sink_volume_change, 0, pa_xfree);
3718 static pa_sink_volume_change *pa_sink_volume_change_new(pa_sink *s) { in pa_sink_volume_change_new()
3719 pa_sink_volume_change *c; in pa_sink_volume_change_new()
3720 if (!(c = pa_flist_pop(PA_STATIC_FLIST_GET(pa_sink_volume_change)))) in pa_sink_volume_change_new()
3721 c = pa_xnew(pa_sink_volume_change, 1); in pa_sink_volume_change_new()
3723 PA_LLIST_INIT(pa_sink_volume_change, c); in pa_sink_volume_change_new()
3730 static void pa_sink_volume_change_free(pa_sink_volume_change *
[all...]
H A Dsink.h321 PA_LLIST_HEAD(pa_sink_volume_change, volume_changes);
322 pa_sink_volume_change *volume_changes_tail;

Completed in 6 milliseconds