Searched refs:gFwLib (Results 1 – 2 of 2) sorted by relevance
286 pfwImageCtx->gFwLib = NULL; in openFwSoFile()291 pfwImageCtx->gFwLib = dlopen(pfwImageCtx->default_fw_path, RTLD_LAZY); in openFwSoFile()292 if (pfwImageCtx->gFwLib == NULL) { in openFwSoFile()299 flibptr = dlsym(pfwImageCtx->gFwLib, "gUWBManifest"); in openFwSoFile()375 if (pfwImageCtx->gFwLib != NULL) { in openFwSoFile()376 dlclose(pfwImageCtx->gFwLib); in openFwSoFile()377 pfwImageCtx->gFwLib = NULL; in openFwSoFile()1817 if (pfwImageCtx->gFwLib != NULL) { in phLoadFwBinary()1818 dlclose(pfwImageCtx->gFwLib); in phLoadFwBinary()1819 pfwImageCtx->gFwLib = NULL; in phLoadFwBinary()
233 void *gFwLib; member