Home
last modified time | relevance | path

Searched refs:namereg (Results 1 - 25 of 45) sorted by relevance

12

/third_party/pulseaudio/src/pulsecore/
H A Dnamereg.c37 #include "namereg.h"
130 if ((e = pa_hashmap_get(c->namereg, name)) && fail) { in pa_namereg_register()
150 if (!(e = pa_hashmap_get(c->namereg, k))) in pa_namereg_register()
169 pa_assert_se(pa_hashmap_put(c->namereg, e->name, e) >= 0); in pa_namereg_register()
180 pa_assert_se(e = pa_hashmap_remove(c->namereg, name)); in pa_namereg_unregister()
210 if ((e = pa_hashmap_get(c->namereg, name))) in pa_namereg_get()
H A Dcore.c149 c->namereg = pa_hashmap_new(pa_idxset_string_hash_func, pa_idxset_string_compare_func); in pa_core_new()
246 pa_assert(pa_hashmap_isempty(c->namereg)); in core_free()
247 pa_hashmap_free(c->namereg); in core_free()
H A Dcore.h169 pa_hashmap *namereg, *shared, *message_handlers; member
H A Dcard.c35 #include <pulsecore/namereg.h>
H A Dcore-scache.c53 #include <pulsecore/namereg.h>
H A Dcli-text.c39 #include <pulsecore/namereg.h>
H A Dprotocol-http.c38 #include <pulsecore/namereg.h>
/third_party/pulseaudio/src/modules/
H A Dmodule-rescue-streams.c28 #include <pulsecore/namereg.h>
H A Dmodule-sine.c31 #include <pulsecore/namereg.h>
H A Dmodule-switch-on-connect.c33 #include <pulsecore/namereg.h>
H A Dmodule-default-device-restore.c34 #include <pulsecore/namereg.h>
H A Dmodule-mmkbd-evdev.c38 #include <pulsecore/namereg.h>
H A Dmodule-lirc.c33 #include <pulsecore/namereg.h>
H A Dmodule-allow-passthrough.c34 #include <pulsecore/namereg.h>
H A Dmodule-zeroconf-discover.c42 #include <pulsecore/namereg.h>
H A Dmodule-intended-roles.c32 #include <pulsecore/namereg.h>
H A Dmodule-remap-sink.c26 #include <pulsecore/namereg.h>
H A Dmodule-remap-source.c31 #include <pulsecore/namereg.h>
H A Dmodule-virtual-source.c31 #include <pulsecore/namereg.h>
H A Dmodule-udev-detect.c35 #include <pulsecore/namereg.h>
H A Dmodule-virtual-sink.c29 #include <pulsecore/namereg.h>
H A Dmodule-card-restore.c43 #include <pulsecore/namereg.h>
/third_party/pulseaudio/src/modules/raop/
H A Dmodule-raop-discover.c43 #include <pulsecore/namereg.h>
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-send.c43 #include <pulsecore/namereg.h>
/third_party/pulseaudio/src/modules/dbus/
H A Diface-sample.c26 #include <pulsecore/namereg.h>

Completed in 17 milliseconds

12