Home
last modified time | relevance | path

Searched defs:pa_module (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dmodule.h26 typedef struct pa_module pa_module; typedef
38 struct pa_module { struct
45 int (*init)(pa_module*m); argument
46 void (*done)(pa_module*m); argument
47 int (*get_n_used)(pa_module *m); argument
60 int pa_module_load(pa_module** m, pa_core *c, const char *name, const char *argument); argument