/third_party/pulseaudio/src/pulsecore/ |
H A D | core.c | 140 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 D | client.c | 69 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 D | idxset.h | 55 pa_idxset* pa_idxset_new(pa_hash_func_t hash_func, pa_compare_func_t compare_func);
|
H A D | protocol-cli.c | 99 p->connections = pa_idxset_new(NULL, NULL); in cli_protocol_new()
|
H A D | card.c | 175 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 D | idxset.c | 83 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 D | protocol-dbus.c | 129 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 D | protocol-http.c | 750 p->connections = pa_idxset_new(NULL, NULL); in http_protocol_new()
|
H A D | protocol-simple.c | 654 p->connections = pa_idxset_new(NULL, NULL); in simple_protocol_new()
|
H A D | source.c | 273 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 D | json.c | 363 obj->array_values = pa_idxset_new(NULL, NULL); in parse_array()
|
H A D | sink.c | 287 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 D | sink-input.c | 394 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 D | pstream.c | 1260 p->registered_memfd_ids = pa_idxset_new(NULL, NULL); in pa_pstream_enable_memfd()
|
H A D | protocol-native.c | 1869 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 D | source-output.c | 268 formats = pa_idxset_new(NULL, NULL); in pa_source_output_new()
|
H A D | protocol-esound.c | 1590 p->connections = pa_idxset_new(NULL, NULL); in esound_protocol_new()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-device-restore.c | 329 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 D | stream-interaction.c | 491 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 D | module-null-sink.c | 359 u->formats = pa_idxset_new(NULL, NULL); in pa__init()
|
H A D | module-device-manager.c | 1574 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 D | module-dbus-protocol.c | 553 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 D | alsa-ucm.c | 529 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 D | alsa-mixer.c | 3138 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 D | alsa-sink.c | 1789 u->formats = pa_idxset_new(NULL, NULL); in sink_set_formats() 2826 u->formats = pa_idxset_new(NULL, NULL); in pa_alsa_sink_new()
|