Searched refs:PA_LLIST_FOREACH_SAFE (Results 1 - 8 of 8) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | llist.h | 108 #define PA_LLIST_FOREACH_SAFE(i,n,head) \ macro
|
H A D | pdispatch.c | 433 PA_LLIST_FOREACH_SAFE(r, n, pd->replies) in pa_pdispatch_unregister_reply()
|
H A D | source.c | 2806 PA_LLIST_FOREACH_SAFE(c, pc, nc->next) { in pa_source_volume_change_push()
|
H A D | sink.c | 3798 PA_LLIST_FOREACH_SAFE(c, pc, nc->next) { in pa_sink_volume_change_push()
|
/third_party/pulseaudio/src/pulse/ |
H A D | mainloop.c | 496 PA_LLIST_FOREACH_SAFE(e, n, m->io_events) { in cleanup_io_events() 524 PA_LLIST_FOREACH_SAFE(e, n, m->time_events) { in cleanup_time_events() 556 PA_LLIST_FOREACH_SAFE(e, n, m->defer_events) { in cleanup_defer_events()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.c | 2100 PA_LLIST_FOREACH_SAFE(di, dn, verb->devices) { in free_verb() 2126 PA_LLIST_FOREACH_SAFE(mi, mn, verb->modifiers) { in free_verb() 2161 PA_LLIST_FOREACH_SAFE(vi, vn, ucm->verbs) { in pa_alsa_ucm_free() 2165 PA_LLIST_FOREACH_SAFE(ji, jn, ucm->jacks) { in pa_alsa_ucm_free()
|
/third_party/pulseaudio/src/pulsecore/filter/ |
H A D | lfe-filter.c | 121 PA_LLIST_FOREACH_SAFE(s, s2, f->saved) in pa_lfe_filter_process()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-stream-restore.c | 2288 PA_LLIST_FOREACH_SAFE(item, next, to_be_removed) { in clean_up_db() function 2303 PA_LLIST_FOREACH_SAFE(item, next, to_be_converted) { in clean_up_db() function
|
Completed in 19 milliseconds