Home
last modified time | relevance | path

Searched refs:pa_idxset_new (Results 1 - 25 of 28) sorted by relevance

12

/third_party/pulseaudio/src/pulsecore/
H A Dcore.c140 c->clients = pa_idxset_new(NULL, NULL); in pa_core_new()
141 c->cards = pa_idxset_new(NULL, NULL); in pa_core_new()
142 c->sinks = pa_idxset_new(NULL, NULL); in pa_core_new()
143 c->sources = pa_idxset_new(NULL, NULL); in pa_core_new()
144 c->sink_inputs = pa_idxset_new(NULL, NULL); in pa_core_new()
145 c->source_outputs = pa_idxset_new(NULL, NULL); in pa_core_new()
146 c->modules = pa_idxset_new(NULL, NULL); in pa_core_new()
147 c->scache = pa_idxset_new(NULL, NULL); in pa_core_new()
H A Dclient.c69 c->sink_inputs = pa_idxset_new(NULL, NULL); in pa_client_new()
70 c->source_outputs = pa_idxset_new(NULL, NULL); in pa_client_new()
H A Didxset.h55 pa_idxset* pa_idxset_new(pa_hash_func_t hash_func, pa_compare_func_t compare_func);
H A Dprotocol-cli.c99 p->connections = pa_idxset_new(NULL, NULL); in cli_protocol_new()
H A Dcard.c175 c->sinks = pa_idxset_new(NULL, NULL); in pa_card_new()
176 c->sources = pa_idxset_new(NULL, NULL); in pa_card_new()
H A Didxset.c83 pa_idxset* pa_idxset_new(pa_hash_func_t hash_func, pa_compare_func_t compare_func) { in pa_idxset_new() function
465 copy = pa_idxset_new(s->hash_func, s->compare_func); in pa_idxset_copy()
H A Dprotocol-dbus.c129 p->extensions = pa_idxset_new(pa_idxset_string_hash_func, pa_idxset_string_compare_func); in dbus_protocol_new()
909 conn_entry->all_signals_objects = pa_idxset_new(pa_idxset_string_hash_func, pa_idxset_string_compare_func); in pa_dbus_protocol_register_connection()
936 e->paths = pa_idxset_new(pa_idxset_string_hash_func, pa_idxset_string_compare_func); in signal_paths_entry_new()
H A Dprotocol-http.c750 p->connections = pa_idxset_new(NULL, NULL); in http_protocol_new()
H A Dprotocol-simple.c654 p->connections = pa_idxset_new(NULL, NULL); in simple_protocol_new()
H A Dsource.c273 s->outputs = pa_idxset_new(NULL, NULL); in pa_source_new()
2887 ret = pa_idxset_new(NULL, NULL); in pa_source_get_formats()
2926 pa_idxset *out_formats = pa_idxset_new(NULL, NULL), *source_formats = NULL; in pa_source_check_formats()
H A Djson.c363 obj->array_values = pa_idxset_new(NULL, NULL); in parse_array()
H A Dsink.c287 s->inputs = pa_idxset_new(NULL, NULL); in pa_sink_new()
3906 ret = pa_idxset_new(NULL, NULL); in pa_sink_get_formats()
3960 pa_idxset *out_formats = pa_idxset_new(NULL, NULL), *sink_formats = NULL; in pa_sink_check_formats()
H A Dsink-input.c394 formats = pa_idxset_new(NULL, NULL); in pa_sink_input_new()
610 i->direct_outputs = pa_idxset_new(NULL, NULL); in pa_sink_input_new()
H A Dpstream.c1260 p->registered_memfd_ids = pa_idxset_new(NULL, NULL); in pa_pstream_enable_memfd()
H A Dprotocol-native.c1869 formats = pa_idxset_new(NULL, NULL); in command_create_playback_stream()
2174 formats = pa_idxset_new(NULL, NULL); in command_create_record_stream()
5150 c->record_streams = pa_idxset_new(NULL, NULL); in pa_native_protocol_connect()
5151 c->output_streams = pa_idxset_new(NULL, NULL); in pa_native_protocol_connect()
5187 p->connections = pa_idxset_new(NULL, NULL); in native_protocol_new()
H A Dsource-output.c268 formats = pa_idxset_new(NULL, NULL); in pa_source_output_new()
H A Dprotocol-esound.c1590 p->connections = pa_idxset_new(NULL, NULL); in esound_protocol_new()
/third_party/pulseaudio/src/modules/
H A Dmodule-device-restore.c329 r->formats = pa_idxset_new(NULL, NULL); in perportentry_new()
1146 e->formats = pa_idxset_new(NULL, NULL); in extension_cb()
1237 u->subscribed = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in pa__init()
H A Dstream-interaction.c491 u->groups[i]->trigger_roles = pa_idxset_new(NULL, NULL); in pa_stream_interaction_init()
492 u->groups[i]->interaction_roles = pa_idxset_new(NULL, NULL); in pa_stream_interaction_init()
H A Dmodule-null-sink.c359 u->formats = pa_idxset_new(NULL, NULL); in pa__init()
H A Dmodule-device-manager.c1574 u->subscribed = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in pa__init()
/third_party/pulseaudio/src/modules/dbus/
H A Dmodule-dbus-protocol.c553 u->connections = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in pa__init()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-ucm.c529 device->conflicting_devices = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in ucm_get_device_property()
541 device->supported_devices = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in ucm_get_device_property()
736 d->conflicting_devices = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in append_lost_relationship()
748 d->supported_devices = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in append_lost_relationship()
1608 m->ucm_context.ucm_devices = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in ucm_create_mapping_direction()
1655 m->ucm_context.ucm_devices = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in ucm_create_mapping_for_modifier()
1656 m->ucm_context.ucm_modifiers = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in ucm_create_mapping_for_modifier()
1668 m->ucm_context.ucm_modifiers = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in ucm_create_mapping_for_modifier()
1789 p->output_mappings = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in ucm_create_profile()
1790 p->input_mappings = pa_idxset_new(pa_idxset_trivial_hash_fun in ucm_create_profile()
[all...]
H A Dalsa-mixer.c3138 s->options = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in element_create_settings()
4687 p->output_mappings = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in profile_set_add_auto_pair()
4695 p->input_mappings = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in profile_set_add_auto_pair()
4751 p->output_mappings = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in profile_verify()
4787 p->input_mappings = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in profile_verify()
H A Dalsa-sink.c1789 u->formats = pa_idxset_new(NULL, NULL); in sink_set_formats()
2826 u->formats = pa_idxset_new(NULL, NULL); in pa_alsa_sink_new()

Completed in 60 milliseconds

12