Home
last modified time | relevance | path

Searched refs:pa_scache_total_size (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/modules/dbus/
Diface-memstats.c149 sample_cache_size = pa_scache_total_size(m->core); in handle_get_sample_cache_size()
176 sample_cache_size = pa_scache_total_size(m->core); in handle_get_all()
/third_party/pulseaudio/src/pulsecore/
Dcore-scache.h64 size_t pa_scache_total_size(pa_core *c);
Dcore-scache.c414 size_t pa_scache_total_size(pa_core *c) { in pa_scache_total_size() function
Dcli-command.c384 pa_bytes_snprint(bytes, sizeof(bytes), (unsigned) pa_scache_total_size(c))); in pa_cli_command_stat()
Dprotocol-native.c2884 pa_tagstruct_putu32(reply, (uint32_t) pa_scache_total_size(c->protocol->core)); in command_stat()