Home
last modified time | relevance | path

Searched refs:lt_dlhandle (Results 1 - 8 of 8) sorted by relevance

/third_party/pulseaudio/ohosbuild/include/
H A Dltdl.h23 typedef void *lt_dlhandle; typedef
27 int lt_dlclose(lt_dlhandle handle);
28 lt_dlhandle lt_dlopenext(const char *filename);
29 void *lt_dlsym(lt_dlhandle handle, const char *symbol);
/third_party/pulseaudio/ohosbuild/src/pulsecore/
H A Dltdl_stub.c28 lt_dlhandle lt_dlopenext(const char *filename) in lt_dlopenext()
34 void *lt_dlsym(lt_dlhandle handle, const char *symbol) in lt_dlsym()
42 int lt_dlclose(lt_dlhandle handle) in lt_dlclose()
/third_party/pulseaudio/src/pulsecore/
H A Dmodinfo.c41 pa_modinfo *pa_modinfo_get_by_handle(lt_dlhandle dl, const char *module_name) { in pa_modinfo_get_by_handle()
72 lt_dlhandle dl; in pa_modinfo_get_by_name()
H A Dltdl-helper.h27 pa_void_func_t pa_load_sym(lt_dlhandle handle, const char*module, const char *symbol);
H A Dmodinfo.h36 pa_modinfo *pa_modinfo_get_by_handle(lt_dlhandle dl, const char *module_name);
H A Dltdl-helper.c35 pa_void_func_t pa_load_sym(lt_dlhandle handle, const char *module, const char *symbol) { in pa_load_sym()
H A Dmodule.h43 lt_dlhandle dl;
H A Dmodule.c269 lt_dlhandle dl = userdata; in postponed_dlclose()

Completed in 2 milliseconds