/third_party/pulseaudio/src/pulsecore/ |
H A D | x11wrap.c | 148 PA_LLIST_PREPEND(pa_x11_internal, w->internals, i); in x11_internal_add() 350 PA_LLIST_PREPEND(pa_x11_client, w->clients, c); in pa_x11_client_new()
|
H A D | llist.h | 51 #define PA_LLIST_PREPEND(t,head,item) \ macro
|
H A D | memblock.c | 1068 PA_LLIST_PREPEND(pa_memimport, p->imports, i); in pa_memimport_new() 1305 PA_LLIST_PREPEND(pa_memexport, p->exports, e); in pa_memexport_new() 1351 PA_LLIST_PREPEND(struct memexport_slot, e->free_slots, &e->slots[id]); in pa_memexport_process_release() 1450 PA_LLIST_PREPEND(struct memexport_slot, e->used_slots, slot); in pa_memexport_put()
|
H A D | ipacl.c | 141 PA_LLIST_PREPEND(struct acl_entry, acl->entries, n); in pa_ip_acl_new()
|
H A D | core-subscribe.c | 77 PA_LLIST_PREPEND(pa_subscription, c->subscriptions, s); in pa_subscription_new()
|
H A D | asyncq.c | 220 PA_LLIST_PREPEND(struct localq, l->localq, q); in pa_asyncq_post()
|
H A D | pdispatch.c | 408 PA_LLIST_PREPEND(struct reply_info, pd->replies, r); in pa_pdispatch_register_reply()
|
H A D | source.c | 2797 PA_LLIST_PREPEND(pa_source_volume_change, s->thread_info.volume_changes, nc); in pa_source_volume_change_push()
|
H A D | sink.c | 3789 PA_LLIST_PREPEND(pa_sink_volume_change, s->thread_info.volume_changes, nc); in pa_sink_volume_change_push()
|
/third_party/pulseaudio/src/pulse/ |
H A D | glib-mainloop.c | 239 PA_LLIST_PREPEND(pa_io_event, g->io_events, e); in glib_io_new() 311 PA_LLIST_PREPEND(pa_time_event, g->time_events, e); in glib_time_new() 388 PA_LLIST_PREPEND(pa_defer_event, g->defer_events, e); in glib_defer_new()
|
H A D | ohos_glib-mainloop.c | 240 PA_LLIST_PREPEND(pa_io_event, g->io_events, e); in glib_io_new() 312 PA_LLIST_PREPEND(pa_time_event, g->time_events, e); in glib_time_new() 389 PA_LLIST_PREPEND(pa_defer_event, g->defer_events, e); in glib_defer_new()
|
H A D | operation.c | 52 PA_LLIST_PREPEND(pa_operation, c->operations, o); in pa_operation_new()
|
H A D | mainloop.c | 179 PA_LLIST_PREPEND(pa_io_event, m->io_events, e); in mainloop_io_new() 249 PA_LLIST_PREPEND(pa_defer_event, m->defer_events, e); in mainloop_defer_new() 352 PA_LLIST_PREPEND(pa_time_event, m->time_events, e); in mainloop_time_new()
|
/third_party/pulseaudio/src/pulsecore/filter/ |
H A D | lfe-filter.c | 142 PA_LLIST_PREPEND(struct saved_state, f->saved, s); in pa_lfe_filter_process()
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-detect.c | 112 PA_LLIST_PREPEND(ca_device, u->devices, dev); in ca_device_added()
|
H A D | module-coreaudio-device.c | 510 PA_LLIST_PREPEND(coreaudio_sink, u->sinks, ca_sink); in ca_device_create_sink() 644 PA_LLIST_PREPEND(coreaudio_source, u->sources, ca_source); in ca_device_create_source()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-stream-restore.c | 2268 PA_LLIST_PREPEND(struct clean_up_item, to_be_removed, item); in clean_up_db() 2272 PA_LLIST_PREPEND(struct clean_up_item, to_be_converted, item); in clean_up_db() 2276 PA_LLIST_PREPEND(struct clean_up_item, to_be_removed, item); in clean_up_db()
|
H A D | module-combine-sink.c | 962 PA_LLIST_PREPEND(struct output, o->userdata->thread_info.active_outputs, o);
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | module-rtp-recv.c | 577 PA_LLIST_PREPEND(struct session, s->userdata->sessions, s); in session_new()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | backend-ofono.c | 152 PA_LLIST_PREPEND(pa_dbus_pending, backend->pending, p); in hf_dbus_send_and_add_to_pending()
|
H A D | backend-native.c | 189 PA_LLIST_PREPEND(pa_dbus_pending, backend->pending, p); in send_and_add_to_pending()
|
H A D | bluez5-util.c | 164 PA_LLIST_PREPEND(pa_dbus_pending, y->pending, p); in send_and_add_to_pending()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.c | 608 PA_LLIST_PREPEND(pa_alsa_ucm_device, verb->devices, d); in ucm_get_devices() 638 PA_LLIST_PREPEND(pa_alsa_ucm_modifier, verb->modifiers, m); in ucm_get_modifiers() 824 PA_LLIST_PREPEND(pa_alsa_ucm_verb, ucm->verbs, verb); in pa_alsa_ucm_query_profiles() 1755 PA_LLIST_PREPEND(pa_alsa_jack, ucm->jacks, j); in ucm_get_jack()
|
H A D | alsa-mixer.c | 2129 PA_LLIST_PREPEND(pa_alsa_option, e->options, o); in option_get() 3029 PA_LLIST_PREPEND(pa_alsa_element, p->elements, e); in pa_alsa_path_synthesize()
|
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 724 PA_LLIST_PREPEND(fd_info, fd_infos, i); in fd_info_add_to_list()
|