Searched refs:PA_LLIST_FOREACH_SAFE (Results 1 – 8 of 8) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | llist.h | 108 #define PA_LLIST_FOREACH_SAFE(i,n,head) \ macro
|
D | pdispatch.c | 423 PA_LLIST_FOREACH_SAFE(r, n, pd->replies) in pa_pdispatch_unregister_reply()
|
D | source.c | 2802 PA_LLIST_FOREACH_SAFE(c, pc, nc->next) { in pa_source_volume_change_push()
|
D | sink.c | 3704 PA_LLIST_FOREACH_SAFE(c, pc, nc->next) { in pa_sink_volume_change_push()
|
/third_party/pulseaudio/src/pulse/ |
D | mainloop.c | 481 PA_LLIST_FOREACH_SAFE(e, n, m->io_events) { in cleanup_io_events() 509 PA_LLIST_FOREACH_SAFE(e, n, m->time_events) { in cleanup_time_events() 541 PA_LLIST_FOREACH_SAFE(e, n, m->defer_events) { in cleanup_defer_events()
|
/third_party/pulseaudio/src/pulsecore/filter/ |
D | lfe-filter.c | 121 PA_LLIST_FOREACH_SAFE(s, s2, f->saved) in pa_lfe_filter_process()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-ucm.c | 2066 PA_LLIST_FOREACH_SAFE(di, dn, verb->devices) { in free_verb() 2092 PA_LLIST_FOREACH_SAFE(mi, mn, verb->modifiers) { in free_verb() 2127 PA_LLIST_FOREACH_SAFE(vi, vn, ucm->verbs) { in pa_alsa_ucm_free() 2131 PA_LLIST_FOREACH_SAFE(ji, jn, ucm->jacks) { in pa_alsa_ucm_free()
|
/third_party/pulseaudio/src/modules/ |
D | module-stream-restore.c | 2230 PA_LLIST_FOREACH_SAFE(item, next, to_be_removed) { in clean_up_db() 2245 PA_LLIST_FOREACH_SAFE(item, next, to_be_converted) { in clean_up_db()
|