Searched refs:scache (Results 1 - 16 of 16) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-esound.c | 44 #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 D | core-scache.c | 61 #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 D | namereg.c | 221 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 D | cli-text.c | 36 #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 D | core.c | 41 #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 D | sound-file.c | 35 #include <pulsecore/core-scache.h>
|
H A D | core.h | 166 pa_idxset *clients, *cards, *sinks, *sources, *sink_inputs, *source_outputs, *modules, *scache; member
|
H A D | cli-command.c | 50 #include <pulsecore/core-scache.h>
|
H A D | protocol-native.c | 52 #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 D | iface-sample.h | 29 #include <pulsecore/core-scache.h>
|
H A D | iface-memstats.c | 26 #include <pulsecore/core-scache.h>
|
H A D | iface-core.c | 1413 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 D | pulseaudio.h | 33 #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 D | module-x11-bell.c | 32 #include <pulsecore/core-scache.h>
|
/third_party/pulseaudio/src/daemon/ |
H A D | main.c | 80 #include <pulsecore/core-scache.h>
|
H A D | ohos_pa_main.c | 80 #include <pulsecore/core-scache.h>
|
Completed in 23 milliseconds