Home
last modified time | relevance | path

Searched refs:pa_hashmap_remove (Results 1 - 25 of 31) sorted by relevance

12

/third_party/pulseaudio/src/tests/
H A Dhashmap-test.c71 if ((get_ret = pa_hashmap_remove(map, &lookup_key)) != &entry) { in START_TEST()
152 v = (struct int_entry*) pa_hashmap_remove(map, k); in START_TEST()
209 pa_hashmap_remove(map, &(entries[i].key)); in START_TEST()
/third_party/pulseaudio/src/modules/
H A Dmodule-filter-apply.c349 pa_hashmap_remove(u->filters, filter); in housekeeping_time_callback()
649 pa_hashmap_remove(u->mdm_ignored_inputs, i); in sink_input_move_finish_cb()
675 pa_hashmap_remove(u->mdm_ignored_inputs, i); in sink_input_unlink_cb()
704 pa_hashmap_remove(u->filters, filter); in sink_unlink_cb()
730 pa_hashmap_remove(u->mdm_ignored_outputs, o); in source_output_move_finish_cb()
756 pa_hashmap_remove(u->mdm_ignored_outputs, o); in source_output_unlink_cb()
785 pa_hashmap_remove(u->filters, filter); in source_unlink_cb()
H A Dmodule-devd-detect.c73 if (!(modidx = (uint32_t)pa_hashmap_remove(u->devices, (void *)(uintptr_t)devnum))) in line_callback()
H A Dmodule-systemd-login.c141 o = pa_hashmap_remove(u->previous_sessions, *s); in get_session_list()
H A Dmodule-allow-passthrough.c97 pa_hashmap_remove(u->null_sinks, s); in unload_null_sink_module_for_sink()
H A Dstream-interaction.c231 pa_hashmap_remove(g->interaction_state, j); in apply_interaction_to_sink()
276 pa_hashmap_remove(u->groups[j]->interaction_state, stream); in process()
H A Dmodule-zeroconf-discover.c298 pa_hashmap_remove(u->tunnels, t2); in browser_cb()
H A Dmodule-switch-on-port-available.c61 pa_hashmap_remove(info->userdata->card_infos, info->card); in card_info_free()
H A Dmodule-udev-detect.c446 if (!(d = pa_hashmap_remove(u->devices, udev_device_get_devpath(dev)))) in remove_card()
/third_party/pulseaudio/src/pulsecore/
H A Dhashmap.h51 void* pa_hashmap_remove(pa_hashmap *h, const void *key);
55 * pa_hashmap_remove() should free the entry data, and the current semantics of
56 * pa_hashmap_remove() should be implemented by a function called
72 via pa_hashmap_remove(). The key of the entry is returned in *key,
H A Dshared.c92 if (!(p = pa_hashmap_remove(c->shared, name))) in pa_shared_remove()
H A Dhashmap.c190 void* pa_hashmap_remove(pa_hashmap *h, const void *key) { in pa_hashmap_remove() function
213 data = pa_hashmap_remove(h, key); in pa_hashmap_remove_and_free()
H A Dmessage-handler.c97 pa_assert_se(handler = pa_hashmap_remove(c->message_handlers, object_path)); in pa_message_handler_unregister()
H A Dmutex-win32.c126 pa_hashmap_remove(c->wait_events, event); in pa_cond_wait()
H A Dnamereg.c180 pa_assert_se(e = pa_hashmap_remove(c->namereg, name)); in pa_namereg_unregister()
H A Dprotocol-dbus.c832 if (!(iface_entry = pa_hashmap_remove(obj_entry->interfaces, interface))) in pa_dbus_protocol_remove_interface()
864 pa_hashmap_remove(p->objects, path); in pa_dbus_protocol_remove_interface()
947 if (!(conn_entry = pa_hashmap_remove(p->connections, conn))) in pa_dbus_protocol_unregister_connection()
1028 if ((signal_paths_entry = pa_hashmap_remove(conn_entry->listening_signals, signal_name))) in pa_dbus_protocol_remove_signal_listener()
H A Dmemblock.c589 pa_assert_se(pa_hashmap_remove(import->blocks, PA_UINT32_TO_PTR(b->per_type.imported.id))); in memblock_free()
752 pa_assert_se(pa_hashmap_remove(import->blocks, PA_UINT32_TO_PTR(b->per_type.imported.id))); in memblock_replace_import()
1106 pa_hashmap_remove(seg->import->segments, PA_UINT32_TO_PTR(seg->memory.id)); in segment_detach()
H A Ddatabase-simple.c307 r = pa_hashmap_remove(db->map, key); in pa_database_set()
H A Dmodule.c302 pa_hashmap_remove(m->core->modules_pending_unload, m); in pa_module_free()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-core.c1625 pa_assert_se((module_iface = pa_hashmap_remove(c->modules, PA_UINT32_TO_PTR(module->index)))); in module_removed_cb()
1678 pa_assert_se((sample_iface = pa_hashmap_remove(c->samples, PA_UINT32_TO_PTR(sample->index)))); in sample_cache_removed_cb()
1867 pa_assert_se((card_iface = pa_hashmap_remove(c->cards, PA_UINT32_TO_PTR(card->index)))); in card_unlink_cb()
1920 pa_assert_se((stream_iface = pa_hashmap_remove(c->playback_streams, PA_UINT32_TO_PTR(sink_input->index)))); in sink_input_unlink_cb()
1973 pa_assert_se((stream_iface = pa_hashmap_remove(c->record_streams, PA_UINT32_TO_PTR(source_output->index)))); in source_output_unlink_cb()
2026 pa_assert_se((client_iface = pa_hashmap_remove(c->clients, PA_UINT32_TO_PTR(client->index)))); in client_unlink_cb()
2071 pa_assert_se(d = pa_hashmap_remove(c->sinks_by_index, PA_UINT32_TO_PTR(s->index))); in sink_unlink_cb()
2073 pa_assert_se(pa_hashmap_remove(c->sinks_by_path, object_path)); in sink_unlink_cb()
2116 pa_assert_se(d = pa_hashmap_remove(c->sources_by_index, PA_UINT32_TO_PTR(s->index))); in source_unlink_cb()
2118 pa_assert_se(pa_hashmap_remove( in source_unlink_cb()
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-discover.c82 pa_hashmap_remove(u->loaded_device_paths, d->path); in device_connection_changed_cb()
H A Dmodule-bluetooth-policy.c190 if (!pa_hashmap_remove(u->will_need_revert_card_map, card)) in switch_profile()
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-bonjour-publish.c320 pa_hashmap_remove(s->userdata->services, s->device); in service_free()
/third_party/pulseaudio/src/modules/raop/
H A Dmodule-raop-discover.c403 pa_hashmap_remove(u->tunnels, t2); in browser_cb()
/third_party/pulseaudio/src/modules/alsa/
H A Dmodule-alsa-card.c719 pa_hashmap_remove(group_counts, p->availability_group); in prune_singleton_availability_groups()
728 pa_hashmap_remove(group_counts, group); in prune_singleton_availability_groups()

Completed in 22 milliseconds

12