Home
last modified time | relevance | path

Searched refs:pa_scache_get_id_by_name (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dcore-scache.h62 uint32_t pa_scache_get_id_by_name(pa_core *c, const char *name);
Dcore-scache.c402 uint32_t pa_scache_get_id_by_name(pa_core *c, const char *name) { in pa_scache_get_id_by_name() function
Dprotocol-esound.c900 if ((idx = pa_scache_get_id_by_name(c->protocol->core, name)) != PA_IDXSET_INVALID) in esd_proto_sample_get_id()