Searched refs:ipRegTemplateList (Results 1 – 4 of 4) sorted by relevance
167 data->ipRegTemplateList[ii] = NULL; in OSCL_DLL_ENTRY_POINT_DEFAULT()506 if (data->ipRegTemplateList[ii]) in _OMX_Deinit()508 if (data->ipRegTemplateList[ii]->SharedLibraryOsclUuid) in _OMX_Deinit()510 oscl_free(data->ipRegTemplateList[ii]->SharedLibraryOsclUuid); in _OMX_Deinit()511 data->ipRegTemplateList[ii]->SharedLibraryOsclUuid = NULL; in _OMX_Deinit()514 if (data->ipRegTemplateList[ii]->SharedLibraryPtr) in _OMX_Deinit()516 … OsclSharedLibrary *lib = (OsclSharedLibrary *)(data->ipRegTemplateList[ii]->SharedLibraryPtr); in _OMX_Deinit()519 data->ipRegTemplateList[ii]->SharedLibraryPtr = NULL; in _OMX_Deinit()522 oscl_free(data->ipRegTemplateList[ii]); in _OMX_Deinit()523 data->ipRegTemplateList[ii] = NULL; in _OMX_Deinit()[all …]
69 if (NULL == data->ipRegTemplateList[ii]) in ComponentRegister()71 data->ipRegTemplateList[ii] = pCRT; in ComponentRegister()
849 if (data->ipRegTemplateList[ii] != NULL) in GlobalProxyComponentGetHandle()851 if (!oscl_strcmp(data->ipRegTemplateList[ii]->ComponentName, cComponentName)) in GlobalProxyComponentGetHandle()855 OMX_STRING aOmxLibName = data->ipRegTemplateList[ii]->SharedLibraryName; in GlobalProxyComponentGetHandle()856 OMX_PTR &aOmxLib = data->ipRegTemplateList[ii]->SharedLibraryPtr; in GlobalProxyComponentGetHandle()857 OMX_PTR aOsclUuid = data->ipRegTemplateList[ii]->SharedLibraryOsclUuid; in GlobalProxyComponentGetHandle()858 OMX_U32 &aRefCount = data->ipRegTemplateList[ii]->SharedLibraryRefCounter; in GlobalProxyComponentGetHandle()859 …if ((data->ipRegTemplateList[ii]->FunctionPtrCreateComponent)(pHandle, pAppData, pProxy, aOmxLibNa… in GlobalProxyComponentGetHandle()
280 ComponentRegistrationType* ipRegTemplateList[MAX_SUPPORTED_COMPONENTS]; variable