Searched defs:pa_module (Results 1 – 1 of 1) sorted by relevance
26 typedef struct pa_module pa_module; typedef38 struct pa_module { struct45 int (*init)(pa_module*m); argument46 void (*done)(pa_module*m); argument47 int (*get_n_used)(pa_module *m); argument60 int pa_module_load(pa_module** m, pa_core *c, const char *name, const char *argument); argument