Searched refs:pa_hashmap_remove_and_free (Results 1 - 19 of 19) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | hashmap.h | 58 int pa_hashmap_remove_and_free(pa_hashmap *h, const void *key);
|
H A D | modargs.c | 276 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 D | hashmap.c | 208 int pa_hashmap_remove_and_free(pa_hashmap *h, const void *key) { in pa_hashmap_remove_and_free() function
|
H A D | database-simple.c | 327 return pa_hashmap_remove_and_free(db->map, key); in pa_database_unset()
|
H A D | protocol-dbus.c | 998 pa_hashmap_remove_and_free(conn_entry->listening_signals, signal_name); in pa_dbus_protocol_add_signal_listener()
|
H A D | sink.c | 2739 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 D | sink-input.c | 1505 if (pa_hashmap_remove_and_free(i->volume_factor_items, key) < 0) in pa_sink_input_remove_volume_factor()
|
H A D | source.c | 2153 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 D | headerlist.c | 133 return pa_hashmap_remove_and_free(MAKE_HASHMAP(p), key); in pa_headerlist_remove()
|
H A D | module-rtp-recv.c | 189 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 D | stdin-util.c | 246 pa_hashmap_remove_and_free(u->module_infos, name); in handle_event()
|
H A D | module-console-kit.c | 159 pa_hashmap_remove_and_free(u->sessions, id); in remove_session()
|
H A D | module-zeroconf-publish.c | 389 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 D | module-suspend-on-idle.c | 376 pa_hashmap_remove_and_free(u->device_infos, o); in device_unlink_hook_cb()
|
H A D | module-stream-restore.c | 946 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 D | proplist.c | 349 if (pa_hashmap_remove_and_free(MAKE_HASHMAP(p), key) < 0) in pa_proplist_unset()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bluez5-util.c | 1140 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 D | alsa-mixer.c | 5099 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 D | module-alsa-card.c | 1104 pa_hashmap_remove_and_free(u->mixers, devname); in pa__init()
|
Completed in 40 milliseconds