Lines Matching defs:module
273 uint32_t owner_module; /**< Index of the owning module of this sink, or PA_INVALID_INDEX. */
378 uint32_t owner_module; /**< Owning module index, or PA_INVALID_INDEX. */
468 uint32_t index; /**< Index of the module */
469 const char*name, /**< Name of the module */
470 *argument; /**< Argument string of the module */
473 int auto_unload; /**< \deprecated Non-zero if this is an autoloaded module. */
481 /** Get some information about a module by its index */
490 /** Load a module. */
493 /** Unload a module. */
517 uint32_t owner_module; /**< Index of the owning module, or PA_INVALID_INDEX. */
606 uint32_t owner_module; /**< Index of the owning module, or PA_INVALID_INDEX. */
649 uint32_t owner_module; /**< Index of the module this sink input belongs to, or PA_INVALID_INDEX when it does not belong to any module. */
701 uint32_t owner_module; /**< Index of the module this source output belongs to, or PA_INVALID_INDEX when it does not belong to any module. */
815 const char *module; /**< Module name to load */
816 const char *argument; /**< Argument string for module */
832 pa_operation* pa_context_add_autoload(pa_context *c, const char *name, pa_autoload_type_t type, const char *module, const char*argument, pa_context_index_cb_t, void* userdata) PA_GCC_DEPRECATED;