Home
last modified time | relevance | path

Searched refs:pa_hashmap_isempty (Results 1 – 13 of 13) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dcore.c244 pa_assert(pa_hashmap_isempty(c->namereg)); in core_free()
247 pa_assert(pa_hashmap_isempty(c->shared)); in core_free()
252 pa_assert(pa_hashmap_isempty(c->message_handlers)); in core_free()
255 pa_assert(pa_hashmap_isempty(c->modules_pending_unload)); in core_free()
Dhashmap.h67 bool pa_hashmap_isempty(const pa_hashmap *h);
Dprotocol-dbus.c166 pa_assert(pa_hashmap_isempty(p->objects)); in pa_dbus_protocol_unref()
167 pa_assert(pa_hashmap_isempty(p->connections)); in pa_dbus_protocol_unref()
861 if (pa_hashmap_isempty(obj_entry->interfaces)) { in pa_dbus_protocol_remove_interface()
Dhashmap.c338 bool pa_hashmap_isempty(const pa_hashmap *h) { in pa_hashmap_isempty() function
Dmodule.c376 pa_assert(pa_hashmap_isempty(c->modules_pending_unload)); in pa_module_unload_all()
Dcard.c157 pa_assert(!pa_hashmap_isempty(data->profiles)); in pa_card_new()
Dcli-text.c111 if (pa_hashmap_isempty(ports)) in append_port_list()
/third_party/pulseaudio/src/modules/alsa/
Dmodule-alsa-card.c1027 if (pa_hashmap_isempty(data.profiles)) { in pa__init()
1110 if (!pa_hashmap_isempty(u->profile_set->decibel_fixes)) in pa__init()
Dalsa-mixer.c793 if (ps && !pa_hashmap_isempty(ps->paths)) in pa_alsa_path_set_is_empty()
/third_party/pulseaudio/src/pulse/
Dproplist.c674 return pa_hashmap_isempty(MAKE_HASHMAP_CONST(p)); in pa_proplist_isempty()
/third_party/pulseaudio/src/modules/dbus/
Diface-device.c712 pa_assert(pa_hashmap_isempty(d->ports)); in handle_get_active_port()
742 pa_assert(pa_hashmap_isempty(d->ports)); in handle_set_active_port()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c2261 pa_assert(!pa_hashmap_isempty(data.profiles)); in add_card()
2646 …if (pa_hashmap_isempty(is_a2dp_sink ? u->device->a2dp_sink_endpoints : u->device->a2dp_source_endp… in bluez5_device_message_handler()
Dbluez5-util.c2998 pa_assert(pa_hashmap_isempty(y->transports)); in pa_bluetooth_discovery_unref()