Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/dbus/
H A Diface-memstats.c143 dbus_uint32_t sample_cache_size; in handle_get_sample_cache_size() local
149 sample_cache_size = pa_scache_total_size(m->core); in handle_get_sample_cache_size()
151 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_UINT32, &sample_cache_size); in handle_get_sample_cache_size()
161 dbus_uint32_t sample_cache_size; in handle_get_all() local
176 sample_cache_size = pa_scache_total_size(m->core); in handle_get_all()
187 pa_dbus_append_basic_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_SAMPLE_CACHE_SIZE].property_name, DBUS_TYPE_UINT32, &sample_cache_size); in handle_get_all()

Completed in 1 milliseconds