Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Didxset.h93 void* pa_idxset_first(pa_idxset *s, uint32_t *idx);
97 * object. pa_idxset_first() and pa_idxset_next() may be used to
114 for ((e) = pa_idxset_first((s), &(idx)); (e); (e) = pa_idxset_next((s), &(idx)))
H A Dprotocol-cli.c132 while ((c = pa_idxset_first(p->connections, NULL))) in pa_cli_protocol_unref()
H A Didxset.c388 void* pa_idxset_first(pa_idxset *s, uint32_t *idx) { in pa_idxset_first() function
H A Dprotocol-http.c784 while ((c = pa_idxset_first(p->connections, NULL))) in pa_http_protocol_unref()
H A Dprotocol-simple.c687 while ((c = pa_idxset_first(p->connections, NULL))) in pa_simple_protocol_unref()
H A Dsink-input.c413 data->format = pa_format_info_copy(pa_idxset_first(data->nego_formats, NULL)); in pa_sink_input_new()
794 while ((o = pa_idxset_first(i->direct_outputs, NULL))) { in pa_sink_input_unlink()
1887 while ((o = pa_idxset_first(i->direct_outputs, NULL))) { in pa_sink_input_start_move()
H A 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_next(c->sources, &idx))) { in pa_source_suspend_all()
H A 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()
1725 alt_i = pa_idxset_first(s->inputs, &idx); in pa_sink_is_passthrough()
H A Dsource-output.c295 data->format = pa_format_info_copy(pa_idxset_first(data->nego_formats, NULL)); in pa_source_output_new()
H A Dprotocol-esound.c1624 while ((c = pa_idxset_first(p->connections, NULL))) in pa_esound_protocol_unref()
H A Dprotocol-native.c1021 while ((r = pa_idxset_first(c->record_streams, NULL))) in native_connection_unlink()
1024 while ((o = pa_idxset_first(c->output_streams, NULL))) in native_connection_unlink()
5229 while ((c = pa_idxset_first(p->connections, NULL))) in pa_native_protocol_unref()
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-bonjour-publish.c408 for (sink = PA_SINK(pa_idxset_first(u->core->sinks, &idx)); sink; sink = PA_SINK(pa_idxset_next(u->core->sinks, &idx))) in publish_all_services()
412 for (source = PA_SOURCE(pa_idxset_first(u->core->sources, &idx)); source; source = PA_SOURCE(pa_idxset_next(u->core->sources, &idx))) in publish_all_services()
/third_party/pulseaudio/src/modules/
H A 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()
H A Dmodule-allow-passthrough.c185 new_data->format = pa_format_info_copy(pa_idxset_first(new_data->nego_formats, NULL)); in sink_input_new_cb()
H A Dmodule-zeroconf-publish.c585 for (sink = PA_SINK(pa_idxset_first(u->core->sinks, &idx)); sink; sink = PA_SINK(pa_idxset_next(u->core->sinks, &idx))) in publish_all_services()
592 for (source = PA_SOURCE(pa_idxset_first(u->core->sources, &idx)); source; source = PA_SOURCE(pa_idxset_next(u->core->sources, &idx))) in publish_all_services()
H A 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()

Completed in 34 milliseconds