Searched refs:pa_idxset_first (Results 1 – 17 of 17) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | idxset.h | 93 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)))
|
D | protocol-cli.c | 132 while ((c = pa_idxset_first(p->connections, NULL))) in pa_cli_protocol_unref()
|
D | idxset.c | 388 void* pa_idxset_first(pa_idxset *s, uint32_t *idx) { in pa_idxset_first() function
|
D | protocol-http.c | 784 while ((c = pa_idxset_first(p->connections, NULL))) in pa_http_protocol_unref()
|
D | protocol-simple.c | 687 while ((c = pa_idxset_first(p->connections, NULL))) in pa_simple_protocol_unref()
|
D | sink-input.c | 412 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()
|
D | source.c | 721 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()
|
D | sink.c | 783 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()
|
D | protocol-esound.c | 1624 while ((c = pa_idxset_first(p->connections, NULL))) in pa_esound_protocol_unref()
|
D | protocol-native.c | 1196 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()
|
D | source-output.c | 295 data->format = pa_format_info_copy(pa_idxset_first(data->nego_formats, NULL)); in pa_source_output_new()
|
/third_party/pulseaudio/src/modules/macosx/ |
D | module-bonjour-publish.c | 408 …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/ |
D | module-switch-on-port-available.c | 508 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()
|
D | module-allow-passthrough.c | 185 new_data->format = pa_format_info_copy(pa_idxset_first(new_data->nego_formats, NULL)); in sink_input_new_cb()
|
D | module-zeroconf-publish.c | 585 …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()
|
D | module-stream-restore.c | 1466 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/ |
D | alsa-ucm.c | 1231 dev = pa_idxset_first(idxset, idx); in get_next_device()
|