Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dmodule.c246 pa_idxset_remove_by_index(c->modules, m->index); in pa_module_load()
333 if (!(m = pa_idxset_remove_by_index(c->modules, idx))) in pa_module_unload_by_index()
359 m = pa_idxset_remove_by_index(c->modules, indices[i]); in pa_module_unload_all()
Didxset.h70 void* pa_idxset_remove_by_index(pa_idxset*s, uint32_t idx);
Didxset.c261 void* pa_idxset_remove_by_index(pa_idxset*s, uint32_t idx) { in pa_idxset_remove_by_index() function