Home
last modified time | relevance | path

Searched refs:pa_idxset_first (Results 1 – 17 of 17) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Didxset.h93 void* pa_idxset_first(pa_idxset *s, uint32_t *idx);
114 for ((e) = pa_idxset_first((s), &(idx)); (e); (e) = pa_idxset_next((s), &(idx)))
Dprotocol-cli.c132 while ((c = pa_idxset_first(p->connections, NULL))) in pa_cli_protocol_unref()
Didxset.c388 void* pa_idxset_first(pa_idxset *s, uint32_t *idx) { in pa_idxset_first() function
Dprotocol-http.c784 while ((c = pa_idxset_first(p->connections, NULL))) in pa_http_protocol_unref()
Dprotocol-simple.c687 while ((c = pa_idxset_first(p->connections, NULL))) in pa_simple_protocol_unref()
Dsink-input.c412 data->format = pa_format_info_copy(pa_idxset_first(data->nego_formats, NULL)); in pa_sink_input_new()
791 while ((o = pa_idxset_first(i->direct_outputs, NULL))) { in pa_sink_input_unlink()
1884 while ((o = pa_idxset_first(i->direct_outputs, NULL))) { in pa_sink_input_start_move()
Dsource.c721 while ((o = pa_idxset_first(s->outputs, NULL))) { in pa_source_unlink()
901 for (o = PA_SOURCE_OUTPUT(pa_idxset_first(s->outputs, &idx)); o; o = n) { in pa_source_move_all_start()
2344 …for (source = PA_SOURCE(pa_idxset_first(c->sources, &idx)); source; source = PA_SOURCE(pa_idxset_n… in pa_source_suspend_all()
Dsink.c783 while ((i = pa_idxset_first(s->inputs, NULL))) { in pa_sink_unlink()
953 for (i = PA_SINK_INPUT(pa_idxset_first(s->inputs, &idx)); i; i = n) { in pa_sink_move_all_start()
1721 alt_i = pa_idxset_first(s->inputs, &idx); in pa_sink_is_passthrough()
Dprotocol-esound.c1624 while ((c = pa_idxset_first(p->connections, NULL))) in pa_esound_protocol_unref()
Dprotocol-native.c1196 while ((r = pa_idxset_first(c->record_streams, NULL))) in native_connection_unlink()
1199 while ((o = pa_idxset_first(c->output_streams, NULL))) in native_connection_unlink()
5375 while ((c = pa_idxset_first(p->connections, NULL))) in pa_native_protocol_unref()
Dsource-output.c295 data->format = pa_format_info_copy(pa_idxset_first(data->nego_formats, NULL)); in pa_source_output_new()
/third_party/pulseaudio/src/modules/macosx/
Dmodule-bonjour-publish.c408 …for (sink = PA_SINK(pa_idxset_first(u->core->sinks, &idx)); sink; sink = PA_SINK(pa_idxset_next(u-… in publish_all_services()
412 …for (source = PA_SOURCE(pa_idxset_first(u->core->sources, &idx)); source; source = PA_SOURCE(pa_id… in publish_all_services()
/third_party/pulseaudio/src/modules/
Dmodule-switch-on-port-available.c508 source = pa_idxset_first(card->sources, NULL); in update_preferred_input_port()
544 sink = pa_idxset_first(card->sinks, NULL); in update_preferred_output_port()
Dmodule-allow-passthrough.c185 new_data->format = pa_format_info_copy(pa_idxset_first(new_data->nego_formats, NULL)); in sink_input_new_cb()
Dmodule-zeroconf-publish.c585 …for (sink = PA_SINK(pa_idxset_first(u->core->sinks, &idx)); sink; sink = PA_SINK(pa_idxset_next(u-… in publish_all_services()
592 …for (source = PA_SOURCE(pa_idxset_first(u->core->sources, &idx)); source; source = PA_SOURCE(pa_id… in publish_all_services()
Dmodule-stream-restore.c1466 s = pa_idxset_first(card->sinks, NULL); in sink_input_new_hook_callback()
1646 s = pa_idxset_first(card->sources, NULL); in source_output_new_hook_callback()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-ucm.c1231 dev = pa_idxset_first(idxset, idx); in get_next_device()