Home
last modified time | relevance | path

Searched refs:libName (Results 1 – 7 of 7) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
DExynos_OMX_Component_Register.c53 char *libName; in Exynos_OMX_Component_Register() local
73 libName = Exynos_OSAL_Malloc(MAX_OMX_COMPONENT_LIBNAME_SIZE); in Exynos_OMX_Component_Register()
80 Exynos_OSAL_Memset(libName, 0, MAX_OMX_COMPONENT_LIBNAME_SIZE); in Exynos_OMX_Component_Register()
81 Exynos_OSAL_Strcpy(libName, EXYNOS_OMX_INSTALL_PATH); in Exynos_OMX_Component_Register()
82 Exynos_OSAL_Strcat(libName, d->d_name); in Exynos_OMX_Component_Register()
83 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "Path & libName : %s", libName); in Exynos_OMX_Component_Register()
84 if ((soHandle = Exynos_OSAL_dlopen(libName, RTLD_NOW)) != NULL) { in Exynos_OMX_Component_Register()
104 Exynos_OSAL_Strcpy(componentList[totalCompNum].libName, libName); in Exynos_OMX_Component_Register()
127 Exynos_OSAL_Free(libName); in Exynos_OMX_Component_Register()
189 libHandle = Exynos_OSAL_dlopen((OMX_STRING)exynos_component->libName, RTLD_NOW); in Exynos_OMX_ComponentLoad()
DExynos_OMX_Component_Register.h46 OMX_U8 libName[MAX_OMX_COMPONENT_LIBNAME_SIZE]; member
53 OMX_U8 libName[MAX_OMX_COMPONENT_LIBNAME_SIZE]; member
DExynos_OMX_Core.c166 Exynos_OSAL_Strcpy(loadComponent->libName, gComponentList[i].libName); in Exynos_OMX_GetHandle()
/hardware/qcom/gps/core/
DContextBase.cpp43 LBSProxyBase* ContextBase::getLBSProxy(const char* libName) in getLBSProxy() argument
46 LOC_LOGD("%s:%d]: getLBSProxy libname: %s\n", __func__, __LINE__, libName); in getLBSProxy()
48 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy()
118 const char* libName) : in ContextBase() argument
119 mLBSProxy(getLBSProxy(libName)), in ContextBase()
DContextBase.h43 static LBSProxyBase* getLBSProxy(const char* libName);
53 const char* libName);
/hardware/qcom/gps/msm8960/core/
DContextBase.cpp44 IzatProxyBase* ContextBase::getIzatProxy(const char* libName) in getIzatProxy() argument
47 void* lib = dlopen(libName, RTLD_NOW); in getIzatProxy()
105 const char* libName) : in ContextBase() argument
106 mIzatProxy(getIzatProxy(libName)), in ContextBase()
DContextBase.h43 static IzatProxyBase* getIzatProxy(const char* libName);
53 const char* libName);