Searched refs:pa_idxset_first (Results 1 - 16 of 16) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | idxset.h | 93 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 D | protocol-cli.c | 132 while ((c = pa_idxset_first(p->connections, NULL))) in pa_cli_protocol_unref()
|
H A D | idxset.c | 388 void* pa_idxset_first(pa_idxset *s, uint32_t *idx) { in pa_idxset_first() function
|
H A D | protocol-http.c | 784 while ((c = pa_idxset_first(p->connections, NULL))) in pa_http_protocol_unref()
|
H A D | protocol-simple.c | 687 while ((c = pa_idxset_first(p->connections, NULL))) in pa_simple_protocol_unref()
|
H A D | sink-input.c | 413 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 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_next(c->sources, &idx))) { in pa_source_suspend_all()
|
H A 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() 1725 alt_i = pa_idxset_first(s->inputs, &idx); in pa_sink_is_passthrough()
|
H A D | source-output.c | 295 data->format = pa_format_info_copy(pa_idxset_first(data->nego_formats, NULL)); in pa_source_output_new()
|
H A D | protocol-esound.c | 1624 while ((c = pa_idxset_first(p->connections, NULL))) in pa_esound_protocol_unref()
|
H A D | protocol-native.c | 1021 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 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->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 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()
|
H A 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()
|
H A 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->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 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()
|
Completed in 33 milliseconds