Searched refs:PA_LLIST_HEAD_INIT (Results 1 - 17 of 17) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | x11wrap.c | 222 PA_LLIST_HEAD_INIT(pa_x11_client, w->clients); in x11_wrapper_new() 223 PA_LLIST_HEAD_INIT(pa_x11_internal, w->internals); in x11_wrapper_new()
|
H A D | llist.h | 37 #define PA_LLIST_HEAD_INIT(t,item) \ macro
|
H A D | hook-list.c | 33 PA_LLIST_HEAD_INIT(pa_hook_slot, hook->slots); in pa_hook_init()
|
H A D | memblock.c | 829 PA_LLIST_HEAD_INIT(pa_memimport, p->imports); in pa_mempool_new() 830 PA_LLIST_HEAD_INIT(pa_memexport, p->exports); in pa_mempool_new() 1297 PA_LLIST_HEAD_INIT(struct memexport_slot, e->free_slots); in pa_memexport_new() 1298 PA_LLIST_HEAD_INIT(struct memexport_slot, e->used_slots); in pa_memexport_new()
|
H A D | ipacl.c | 72 PA_LLIST_HEAD_INIT(struct acl_entry, acl->entries); in pa_ip_acl_new()
|
H A D | asyncq.c | 94 PA_LLIST_HEAD_INIT(struct localq, l->localq); in pa_asyncq_new()
|
H A D | core.c | 172 PA_LLIST_HEAD_INIT(pa_subscription, c->subscriptions); in pa_core_new() 173 PA_LLIST_HEAD_INIT(pa_subscription_event, c->subscription_event_queue); in pa_core_new()
|
H A D | pdispatch.c | 260 PA_LLIST_HEAD_INIT(struct reply_info, pd->replies); in pa_pdispatch_new()
|
H A D | source.c | 335 PA_LLIST_HEAD_INIT(pa_source_volume_change, s->thread_info.volume_changes); in pa_source_new()
|
H A D | sink.c | 352 PA_LLIST_HEAD_INIT(pa_sink_volume_change, s->thread_info.volume_changes); in pa_sink_new()
|
/third_party/pulseaudio/src/pulse/ |
H A D | glib-mainloop.c | 628 PA_LLIST_HEAD_INIT(pa_io_event, g->io_events); in pa_glib_mainloop_new() 629 PA_LLIST_HEAD_INIT(pa_time_event, g->time_events); in pa_glib_mainloop_new() 630 PA_LLIST_HEAD_INIT(pa_defer_event, g->defer_events); in pa_glib_mainloop_new()
|
H A D | ohos_glib-mainloop.c | 633 PA_LLIST_HEAD_INIT(pa_io_event, g->io_events); in pa_glib_mainloop_new() 634 PA_LLIST_HEAD_INIT(pa_time_event, g->time_events); in pa_glib_mainloop_new() 635 PA_LLIST_HEAD_INIT(pa_defer_event, g->defer_events); in pa_glib_mainloop_new()
|
H A D | context.c | 165 PA_LLIST_HEAD_INIT(pa_stream, c->streams); in pa_context_new_with_proplist() 166 PA_LLIST_HEAD_INIT(pa_operation, c->operations); in pa_context_new_with_proplist()
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | module-rtp-recv.c | 734 PA_LLIST_HEAD_INIT(struct session, u->sessions); in pa__init()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-stream-restore.c | 2245 PA_LLIST_HEAD_INIT(struct clean_up_item, to_be_removed); in clean_up_db() 2247 PA_LLIST_HEAD_INIT(struct clean_up_item, to_be_converted); in clean_up_db()
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-device.c | 856 PA_LLIST_HEAD_INIT(coreaudio_sink, u->sinks); in pa__init()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bluez5-util.c | 2892 PA_LLIST_HEAD_INIT(pa_dbus_pending, y->pending); in pa_bluetooth_discovery_get()
|
Completed in 33 milliseconds