GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
os_module.c File Reference
#include "module_wrap.h"
#include <gpac/network.h>
#include <sys/stat.h>
#include <dlfcn.h>
#include <dirent.h>
+ Include dependency graph for os_module.c:

Functions

void gf_modules_free_module (ModuleInstance *inst)
 
Bool gf_modules_load_library (ModuleInstance *inst)
 
void gf_modules_unload_library (ModuleInstance *inst)
 
Bool enum_modules (void *cbck, char *item_name, char *item_path)
 
static void load_static_modules (GF_ModuleManager *pm)
 
u32 gf_modules_refresh (GF_ModuleManager *pm)
 refreshes modules More...
 

Function Documentation

void gf_modules_free_module ( ModuleInstance inst)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Bool gf_modules_load_library ( ModuleInstance inst)

+ Here is the caller graph for this function:

void gf_modules_unload_library ( ModuleInstance inst)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Bool enum_modules ( void *  cbck,
char *  item_name,
char *  item_path 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void load_static_modules ( GF_ModuleManager *  pm)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function: