Home
last modified time | relevance | path

Searched refs:PA_LLIST_REMOVE (Results 1 – 25 of 28) sorted by relevance

12

/third_party/pulseaudio/src/pulsecore/
Dcore-subscribe.c94 PA_LLIST_REMOVE(pa_subscription, s->core->subscriptions, s); in free_subscription()
105 PA_LLIST_REMOVE(pa_subscription_event, s->core->subscription_event_queue, s); in free_event()
Dasyncq.c122 PA_LLIST_REMOVE(struct localq, l->localq, q); in pa_asyncq_free()
177 PA_LLIST_REMOVE(struct localq, l->localq, q); in flush_postq()
Dx11wrap.c156 PA_LLIST_REMOVE(pa_x11_internal, w->internals, i); in x11_internal_remove()
360 PA_LLIST_REMOVE(pa_x11_client, c->wrapper->clients, c); in pa_x11_client_free()
Dllist.h62 #define PA_LLIST_REMOVE(t,head,item) \ macro
Dhook-list.c42 PA_LLIST_REMOVE(pa_hook_slot, hook->slots, slot); in slot_free()
Dipacl.c160 PA_LLIST_REMOVE(struct acl_entry, acl->entries, e); in pa_ip_acl_free()
Dmemblock.c1189 PA_LLIST_REMOVE(pa_memimport, i->pool->imports, i); in pa_memimport_free()
1362 PA_LLIST_REMOVE(pa_memexport, e->pool->exports, e); in pa_memexport_free()
1391 PA_LLIST_REMOVE(struct memexport_slot, e->used_slots, &e->slots[id]); in pa_memexport_process_release()
1482 PA_LLIST_REMOVE(struct memexport_slot, e->free_slots, slot); in pa_memexport_put()
Dpdispatch.c241 PA_LLIST_REMOVE(struct reply_info, r->pdispatch->replies, r); in reply_info_free()
Drtpoll.c157 PA_LLIST_REMOVE(pa_rtpoll_item, p->items, i); in rtpoll_item_destroy()
Ddbus-util.c430 PA_LLIST_REMOVE(pa_dbus_pending, *p, i); in pa_dbus_free_pending_list()
/third_party/pulseaudio/src/pulse/
Dglib-mainloop.c102 PA_LLIST_REMOVE(pa_io_event, g->io_events, e); in cleanup_io_events()
135 PA_LLIST_REMOVE(pa_time_event, g->time_events, e); in cleanup_time_events()
170 PA_LLIST_REMOVE(pa_defer_event, g->defer_events, e); in cleanup_defer_events()
Dohos_glib-mainloop.c103 PA_LLIST_REMOVE(pa_io_event, g->io_events, e); in cleanup_io_events()
136 PA_LLIST_REMOVE(pa_time_event, g->time_events, e); in cleanup_time_events()
171 PA_LLIST_REMOVE(pa_defer_event, g->defer_events, e); in cleanup_defer_events()
Doperation.c85 PA_LLIST_REMOVE(pa_operation, o->context->operations, o); in operation_unlink()
Dmainloop.c502 PA_LLIST_REMOVE(pa_io_event, m->io_events, e); in cleanup_io_events()
530 PA_LLIST_REMOVE(pa_time_event, m->time_events, e); in cleanup_time_events()
562 PA_LLIST_REMOVE(pa_defer_event, m->defer_events, e); in cleanup_defer_events()
/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-detect.c178 PA_LLIST_REMOVE(ca_device, u->devices, dev); in ca_update_device_list()
/third_party/pulseaudio/src/pulsecore/filter/
Dlfe-filter.c60 PA_LLIST_REMOVE(struct saved_state, f->saved, s); in remove_state()
/third_party/pulseaudio/src/modules/bluetooth/
Dbackend-ofono.c493 PA_LLIST_REMOVE(pa_dbus_pending, backend->pending, p); in hf_audio_agent_get_cards_reply()
538 PA_LLIST_REMOVE(pa_dbus_pending, backend->pending, p); in hf_audio_agent_register_reply()
Dbluez5-util.c413 PA_LLIST_REMOVE(pa_dbus_pending, y->pending, p); in pa_bluetooth_device_switch_codec_reply()
832 PA_LLIST_REMOVE(pa_dbus_pending, y->pending, p); in get_volume_reply()
1755 PA_LLIST_REMOVE(pa_dbus_pending, y->pending, p); in register_legacy_sbc_endpoint_reply()
1832 PA_LLIST_REMOVE(pa_dbus_pending, y->pending, p); in register_application_reply()
2184 PA_LLIST_REMOVE(pa_dbus_pending, y->pending, p); in get_managed_objects_reply()
Dbackend-native.c538 PA_LLIST_REMOVE(pa_dbus_pending, b->pending, p); in register_profile_reply()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-ucm.c2101 PA_LLIST_REMOVE(pa_alsa_ucm_device, verb->devices, di); in free_verb()
2127 PA_LLIST_REMOVE(pa_alsa_ucm_modifier, verb->modifiers, mi); in free_verb()
2162 PA_LLIST_REMOVE(pa_alsa_ucm_verb, ucm->verbs, vi); in pa_alsa_ucm_free()
2166 PA_LLIST_REMOVE(pa_alsa_jack, ucm->jacks, ji); in pa_alsa_ucm_free()
Dalsa-mixer.c742 PA_LLIST_REMOVE(pa_alsa_option, e->options, o); in element_free()
761 PA_LLIST_REMOVE(pa_alsa_jack, p->jacks, j); in pa_alsa_path_free()
766 PA_LLIST_REMOVE(pa_alsa_element, p->elements, e); in pa_alsa_path_free()
771 PA_LLIST_REMOVE(pa_alsa_setting, p->settings, s); in pa_alsa_path_free()
3043 PA_LLIST_REMOVE(pa_alsa_option, e->options, o); in element_drop_unsupported()
3063 PA_LLIST_REMOVE(pa_alsa_element, p->elements, e); in path_drop_unsupported()
/third_party/pulseaudio/src/modules/rtp/
Dmodule-rtp-recv.c602 PA_LLIST_REMOVE(struct session, s->userdata->sessions, s); in session_free()
/third_party/pulseaudio/src/modules/
Dmodule-stream-restore.c2297 PA_LLIST_REMOVE(struct clean_up_item, to_be_removed, item); in clean_up_db()
2309 PA_LLIST_REMOVE(struct clean_up_item, to_be_converted, item); in clean_up_db()
Dmodule-combine-sink.c988 PA_LLIST_REMOVE(struct output, o->userdata->thread_info.active_outputs, o); in output_remove_within_thread()
/third_party/pulseaudio/src/utils/
Dpadsp.c734 PA_LLIST_REMOVE(fd_info, fd_infos, i); in fd_info_remove_from_list()

12