Home
last modified time | relevance | path

Searched refs:sink_inputs (Results 1 – 15 of 15) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dclient.c69 c->sink_inputs = pa_idxset_new(NULL, NULL); in pa_client_new()
99 pa_assert(pa_idxset_isempty(c->sink_inputs)); in pa_client_free()
100 pa_idxset_free(c->sink_inputs, NULL); in pa_client_free()
Dcore.c99 c->sink_inputs = pa_idxset_new(NULL, NULL); in pa_core_new()
196 pa_assert(pa_idxset_isempty(c->sink_inputs)); in core_free()
197 pa_idxset_free(c->sink_inputs, NULL); in core_free()
486 if (pa_idxset_isempty(c->sink_inputs) && pa_idxset_isempty(c->source_outputs)) { in pa_core_maybe_vacuum()
534 PA_IDXSET_FOREACH(si, c->sink_inputs, idx) { in pa_core_move_streams_to_newly_available_preferred_sink()
Dclient.h42 pa_idxset *sink_inputs; member
Dcore.h164 pa_idxset *clients, *cards, *sinks, *sources, *sink_inputs, *source_outputs, *modules, *scache; member
Dcli-text.c523 pa_strbuf_printf(s, "%u sink input(s) available.\n", pa_idxset_size(c->sink_inputs)); in pa_sink_input_list_to_string()
525 PA_IDXSET_FOREACH(i, c->sink_inputs, idx) { in pa_sink_input_list_to_string()
Dcli-command.c608 if (!(si = pa_idxset_get_by_index(c->sink_inputs, idx))) { in pa_cli_command_sink_input_volume()
884 if (!(si = pa_idxset_get_by_index(c->sink_inputs, (uint32_t) idx))) { in pa_cli_command_update_sink_input_proplist()
975 if (!(si = pa_idxset_get_by_index(c->sink_inputs, (uint32_t) idx))) { in pa_cli_command_sink_input_mute()
1116 if (!(sink_input = pa_idxset_get_by_index(c->sink_inputs, idx))) { in pa_cli_command_kill_sink_input()
1340 if (!(si = pa_idxset_get_by_index(c->sink_inputs, (uint32_t) idx))) { in pa_cli_command_move_sink_input()
Dsink-input.c566 pa_assert_se(pa_idxset_put(core->sink_inputs, i, &i->index) == 0); in pa_sink_input_new()
570 pa_assert_se(pa_idxset_put(i->client->sink_inputs, i, NULL) >= 0); in pa_sink_input_new()
699 pa_idxset_remove_by_data(i->core->sink_inputs, i, NULL); in pa_sink_input_unlink()
706 pa_idxset_remove_by_data(i->client->sink_inputs, i, NULL); in pa_sink_input_unlink()
Dprotocol-native.c2370 …if (!(direct_on_input = pa_idxset_get_by_index(c->protocol->core->sink_inputs, direct_on_input_idx… in command_create_record_stream()
3573 si = pa_idxset_get_by_index(c->protocol->core->sink_inputs, idx); in command_get_info()
3639 i = c->protocol->core->sink_inputs; in command_get_info_list()
3811 si = pa_idxset_get_by_index(c->protocol->core->sink_inputs, idx); in command_set_volume()
3908 si = pa_idxset_get_by_index(c->protocol->core->sink_inputs, idx); in command_set_mute()
4466 s = pa_idxset_get_by_index(c->protocol->core->sink_inputs, idx); in command_kill()
4565 si = pa_idxset_get_by_index(c->protocol->core->sink_inputs, idx); in command_move_stream()
/third_party/pulseaudio/src/modules/alsa/
Dmodule-alsa-card.c201 pa_queue *sink_inputs = NULL, *source_outputs = NULL; in card_set_profile() local
221 sink_inputs = pa_sink_move_all_start(am->sink, sink_inputs); in card_set_profile()
256 if (sink_inputs && am->sink) { in card_set_profile()
257 pa_sink_move_all_finish(am->sink, sink_inputs, false); in card_set_profile()
258 sink_inputs = NULL; in card_set_profile()
275 if (sink_inputs) in card_set_profile()
276 pa_sink_move_all_fail(sink_inputs); in card_set_profile()
/third_party/pulseaudio/src/modules/dbus/
Diface-client.c185 *n = pa_idxset_size(c->client->sink_inputs); in get_playback_streams()
192 PA_IDXSET_FOREACH(sink_input, c->client->sink_inputs, idx) in get_playback_streams()
Diface-core.c2269 PA_IDXSET_FOREACH(sink_input, core->sink_inputs, idx) in pa_dbusiface_core_new()
/third_party/pulseaudio/src/modules/
Dmodule-filter-apply.c284 PA_IDXSET_FOREACH(si, u->core->sink_inputs, idx) { in find_paired_master()
434 PA_IDXSET_FOREACH(si, u->core->sink_inputs, idx) { in move_objects_for_filter()
Dmodule-intended-roles.c172 PA_IDXSET_FOREACH(si, c->sink_inputs, idx) { in sink_put_hook_callback()
Dmodule-stream-restore.c1310 if (!(sink_input = pa_idxset_get_by_index(c->sink_inputs, idx))) in subscribe_callback()
1770 PA_IDXSET_FOREACH(si, u->core->sink_inputs, idx) { in entry_apply()
2360 PA_IDXSET_FOREACH(si, m->core->sink_inputs, idx) in pa__init()
Dmodule-device-manager.c714 PA_IDXSET_FOREACH(si, u->core->sink_inputs, idx) { in route_sink_inputs()
820 if (!(si = pa_idxset_get_by_index(c->sink_inputs, idx))) in subscribe_callback()