Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-esound.c44 #include <pulsecore/core-scache.h>
113 } scache; member
271 if (c->scache.memchunk.memblock) in connection_free()
272 pa_memblock_unref(c->scache.memchunk.memblock); in connection_free()
273 pa_xfree(c->scache.name); in connection_free()
626 nsamples = pa_idxset_size(c->protocol->core->scache); in esd_proto_all_info()
692 PA_IDXSET_FOREACH(ce, c->protocol->core->scache, idx) { in esd_proto_all_info()
819 if ((ce = pa_idxset_get_by_index(c->protocol->core->scache, idx))) { in esd_proto_sample_pan()
867 pa_assert(!c->scache.memchunk.memblock); in esd_proto_sample_cache()
868 c->scache in esd_proto_sample_cache()
[all...]
H A Dcore-scache.c61 #include "core-scache.h"
122 pa_idxset_put(c->scache, e, &e->index); in scache_add_item()
285 pa_assert_se(pa_idxset_remove_by_data(c->scache, e, NULL) == e); in pa_scache_remove_item()
297 pa_idxset_remove_all(c->scache, (pa_free_cb_t) free_entry); in pa_scache_free_all()
400 if (!c->scache || !(e = pa_idxset_get_by_index(c->scache, id))) in pa_scache_get_name_by_id()
425 if (!c->scache || !pa_idxset_size(c->scache)) in pa_scache_total_size()
428 PA_IDXSET_FOREACH(e, c->scache, idx) in pa_scache_total_size()
442 if (!c->scache || !pa_idxset_siz in pa_scache_unload_unused()
[all...]
H A Dnamereg.c221 else if (type == PA_NAMEREG_SAMPLE && c->scache) in pa_namereg_get()
222 return pa_idxset_get_by_index(c->scache, idx); in pa_namereg_get()
H A Dcli-text.c36 #include <pulsecore/core-scache.h>
610 pa_strbuf_printf(s, "%u cache entrie(s) available.\n", c->scache ? pa_idxset_size(c->scache) : 0); in pa_scache_list_to_string()
612 if (c->scache) { in pa_scache_list_to_string()
616 PA_IDXSET_FOREACH(e, c->scache, idx) { in pa_scache_list_to_string()
H A Dcore.c41 #include <pulsecore/core-scache.h>
147 c->scache = pa_idxset_new(NULL, NULL); in pa_core_new()
222 pa_assert(pa_idxset_isempty(c->scache)); in core_free()
223 pa_idxset_free(c->scache, NULL); in core_free()
H A Dsound-file.c35 #include <pulsecore/core-scache.h>
H A Dcore.h166 pa_idxset *clients, *cards, *sinks, *sources, *sink_inputs, *source_outputs, *modules, *scache; member
H A Dcli-command.c50 #include <pulsecore/core-scache.h>
H A Dprotocol-native.c52 #include <pulsecore/core-scache.h>
3450 sce = pa_idxset_get_by_index(c->protocol->core->scache, idx); in command_get_info()
3515 i = c->protocol->core->scache; in command_get_info_list()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-sample.h29 #include <pulsecore/core-scache.h>
H A Diface-memstats.c26 #include <pulsecore/core-scache.h>
H A Diface-core.c1413 pa_assert_se(sample = pa_idxset_get_by_index(c->core->scache, idx)); in handle_upload_sample()
2275 PA_IDXSET_FOREACH(sample, core->scache, idx) in pa_dbusiface_core_new()
/third_party/pulseaudio/src/pulse/
H A Dpulseaudio.h33 #include <pulse/scache.h>
53 * scache.h, \ref version.h, \ref error.h, \ref channelmap.h, \ref
/third_party/pulseaudio/src/modules/x11/
H A Dmodule-x11-bell.c32 #include <pulsecore/core-scache.h>
/third_party/pulseaudio/src/daemon/
H A Dmain.c80 #include <pulsecore/core-scache.h>
H A Dohos_pa_main.c80 #include <pulsecore/core-scache.h>

Completed in 23 milliseconds