Home
last modified time | relevance | path

Searched refs:pa_hashmap_remove_and_free (Results 1 - 19 of 19) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dhashmap.h58 int pa_hashmap_remove_and_free(pa_hashmap *h, const void *key);
H A Dmodargs.c276 if (pa_hashmap_remove_and_free(ma->unescaped, key) == 0) { in pa_modargs_remove_key()
277 pa_hashmap_remove_and_free(ma->raw, key); in pa_modargs_remove_key()
H A Dhashmap.c208 int pa_hashmap_remove_and_free(pa_hashmap *h, const void *key) { in pa_hashmap_remove_and_free() function
H A Ddatabase-simple.c327 return pa_hashmap_remove_and_free(db->map, key); in pa_database_unset()
H A Dprotocol-dbus.c998 pa_hashmap_remove_and_free(conn_entry->listening_signals, signal_name); in pa_dbus_protocol_add_signal_listener()
H A Dsink.c2739 pa_hashmap_remove_and_free(s->thread_info.inputs, PA_UINT32_TO_PTR(i->index)); in pa_sink_process_msg()
2778 pa_hashmap_remove_and_free(s->thread_info.inputs, PA_UINT32_TO_PTR(i->index)); in pa_sink_process_msg()
H A Dsink-input.c1505 if (pa_hashmap_remove_and_free(i->volume_factor_items, key) < 0) in pa_sink_input_remove_volume_factor()
H A Dsource.c2153 pa_hashmap_remove_and_free(s->thread_info.outputs, PA_UINT32_TO_PTR(o->index)); in pa_source_process_msg()
/third_party/pulseaudio/src/modules/rtp/
H A Dheaderlist.c133 return pa_hashmap_remove_and_free(MAKE_HASHMAP(p), key); in pa_headerlist_remove()
H A Dmodule-rtp-recv.c189 pa_hashmap_remove_and_free(s->userdata->by_origin, s->sdp_info.origin); in sink_input_kill()
632 pa_hashmap_remove_and_free(u->by_origin, info.origin); in sap_event_cb()
670 pa_hashmap_remove_and_free(u->by_origin, s->sdp_info.origin); in check_death_event_cb()
/third_party/pulseaudio/src/modules/
H A Dstdin-util.c246 pa_hashmap_remove_and_free(u->module_infos, name); in handle_event()
H A Dmodule-console-kit.c159 pa_hashmap_remove_and_free(u->sessions, id); in remove_session()
H A Dmodule-zeroconf-publish.c389 pa_hashmap_remove_and_free(s->userdata->services, s->key); in publish_service()
484 pa_hashmap_remove_and_free(u->services, o); in device_unlink_cb()
H A Dmodule-suspend-on-idle.c376 pa_hashmap_remove_and_free(u->device_infos, o); in device_unlink_hook_cb()
H A Dmodule-stream-restore.c946 pa_assert_se(pa_hashmap_remove_and_free(de->userdata->dbus_entries, de->entry_name) >= 0); in handle_entry_remove()
2041 pa_hashmap_remove_and_free(u->dbus_entries, de->entry_name); in extension_cb()
2168 pa_hashmap_remove_and_free(u->dbus_entries, name); in extension_cb()
/third_party/pulseaudio/src/pulse/
H A Dproplist.c349 if (pa_hashmap_remove_and_free(MAKE_HASHMAP(p), key) < 0) in pa_proplist_unset()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.c1140 pa_hashmap_remove_and_free(endpoints, path); in remote_endpoint_remove()
1143 pa_hashmap_remove_and_free(endpoints, path); in remote_endpoint_remove()
2022 if (pa_hashmap_remove_and_free(endpoints, endpoint) >= 0) in parse_remote_endpoint_properties()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.c5099 pa_hashmap_remove_and_free(h, key); in paths_drop_unused()
5347 pa_hashmap_remove_and_free(ps->profiles, p->name); in pa_alsa_profile_set_drop_unsupported()
5352 pa_hashmap_remove_and_free(ps->mappings, m->name); in pa_alsa_profile_set_drop_unsupported()
H A Dmodule-alsa-card.c1104 pa_hashmap_remove_and_free(u->mixers, devname); in pa__init()

Completed in 40 milliseconds