Home
last modified time | relevance | path

Searched refs:sinks_by_path (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/dbus/
H A Diface-core.c99 pa_hashmap *sinks_by_path; member
719 if (!(fallback_sink = pa_hashmap_get(c->sinks_by_path, object_path))) { in handle_set_fallback_sink()
1704 pa_assert_se(pa_hashmap_put(c->sinks_by_path, (char *) object_path, d) >= 0); in create_dbus_object_for_sink()
2073 pa_assert_se(pa_hashmap_remove(c->sinks_by_path, object_path)); in sink_unlink_cb()
2192 c->sinks_by_path = pa_hashmap_new(pa_idxset_string_hash_func, pa_idxset_string_compare_func); in pa_dbusiface_core_new()
2260 pa_hashmap_put(c->sinks_by_path, (char *) pa_dbusiface_device_get_path(device), device); in pa_dbusiface_core_new()
2297 pa_hashmap_free(c->sinks_by_path); in pa_dbusiface_core_free()
2393 device = pa_hashmap_get(c->sinks_by_path, object_path); in pa_dbusiface_core_get_sink()

Completed in 6 milliseconds