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/
Dtypedefs.h30 typedef struct pa_sink_volume_change pa_sink_volume_change; typedef
Dsink.c61 struct pa_sink_volume_change { struct
65 PA_LLIST_FIELDS(pa_sink_volume_change); argument
352 PA_LLIST_HEAD_INIT(pa_sink_volume_change, s->thread_info.volume_changes); in pa_sink_new()
3712 PA_STATIC_FLIST_DECLARE(pa_sink_volume_change, 0, pa_xfree);
3715 static pa_sink_volume_change *pa_sink_volume_change_new(pa_sink *s) { in pa_sink_volume_change_new()
3716 pa_sink_volume_change *c; in pa_sink_volume_change_new()
3717 if (!(c = pa_flist_pop(PA_STATIC_FLIST_GET(pa_sink_volume_change)))) in pa_sink_volume_change_new()
3718 c = pa_xnew(pa_sink_volume_change, 1); in pa_sink_volume_change_new()
3720 PA_LLIST_INIT(pa_sink_volume_change, c); in pa_sink_volume_change_new()
3727 static void pa_sink_volume_change_free(pa_sink_volume_change *c) { in pa_sink_volume_change_free()
[all …]
Dsink.h321 PA_LLIST_HEAD(pa_sink_volume_change, volume_changes);
322 pa_sink_volume_change *volume_changes_tail;