Searched refs:pa_dbusiface_core_get_module_path (Results 1 - 6 of 6) sorted by relevance
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-core.h | 41 const char *pa_dbusiface_core_get_module_path(pa_dbusiface_core *c, const pa_module *module);
|
H A D | iface-client.c | 170 owner_module = pa_dbusiface_core_get_module_path(c->core, c->client->module); in handle_get_owner_module() 281 owner_module = pa_dbusiface_core_get_module_path(c->core, c->client->module); in handle_get_all()
|
H A D | iface-card.c | 186 owner_module = pa_dbusiface_core_get_module_path(c->core, c->card->module); in handle_get_owner_module() 391 owner_module = pa_dbusiface_core_get_module_path(c->core, c->card->module); in handle_get_all()
|
H A D | iface-stream.c | 246 object_path = pa_dbusiface_core_get_module_path(s->core, owner_module); in handle_get_owner_module() 564 owner_module_path = pa_dbusiface_core_get_module_path(s->core, owner_module); in handle_get_all()
|
H A D | iface-device.c | 319 object_path = pa_dbusiface_core_get_module_path(d->core, owner_module); in handle_get_owner_module() 876 owner_module_path = pa_dbusiface_core_get_module_path(d->core, owner_module); in handle_get_all()
|
H A D | iface-core.c | 2373 const char *pa_dbusiface_core_get_module_path(pa_dbusiface_core *c, const pa_module *module) { in pa_dbusiface_core_get_module_path() function
|
Completed in 11 milliseconds