Home
last modified time | relevance | path

Searched refs:pa_hashmap_first (Results 1 – 10 of 10) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dhashmap.h84 void* pa_hashmap_first(const pa_hashmap *h);
Dmutex-win32.c92 SetEvent(pa_hashmap_first(c->wait_events)); in pa_cond_signal()
Dhashmap.c300 void* pa_hashmap_first(const pa_hashmap *h) { in pa_hashmap_first() function
Dmodule.c386 while ((m = pa_hashmap_first(c->modules_pending_unload))) in defer_cb()
Ddatabase-simple.c354 e = pa_hashmap_first(db->map); in pa_database_first()
Dprotocol-dbus.c392 … pa_assert_se(call_info->iface_entry = pa_hashmap_first(call_info->obj_entry->interfaces)); in find_handler_from_properties_call()
Dmemblock.c1167 while ((b = pa_hashmap_first(i->blocks))) in pa_memimport_free()
Dsink-input.c1510 v = pa_hashmap_first(i->volume_factor_items); in pa_sink_input_remove_volume_factor()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c1978 u->mixer_path = pa_hashmap_first(u->mixer_path_set->paths); in setup_mixer()
Dalsa-sink.c2274 u->mixer_path = pa_hashmap_first(u->mixer_path_set->paths); in setup_mixer()