Searched refs:mLibrary (Results 1 – 13 of 13) sorted by relevance
52 sp<SharedLibrary> mLibrary; variable158 *library = mLibrary; in loadFactoryForSchemeFromPath()189 mLibrary = mLibraryPathToOpenLibraryMap[index].promote(); in openFactory()194 if (!mLibrary.get()) { in openFactory()195 mLibrary = new SharedLibrary(path); in openFactory()196 if (!*mLibrary) { in openFactory()200 mLibraryPathToOpenLibraryMap.replaceValueAt(index, mLibrary); in openFactory()204 (CreateFactoryFunc)mLibrary->lookup(mCreateFactoryFuncName); in openFactory()215 mLibrary.clear(); in closeFactory()
63 mLibrary.clear(); in closeFactory()146 mLibrary = mLibraryPathToOpenLibraryMap[index].promote(); in loadLibraryForScheme()151 if (!mLibrary.get()) { in loadLibraryForScheme()152 mLibrary = new SharedLibrary(path); in loadLibraryForScheme()153 if (!*mLibrary) { in loadLibraryForScheme()154 ALOGE("loadLibraryForScheme failed:%s", mLibrary->lastError()); in loadLibraryForScheme()158 mLibraryPathToOpenLibraryMap.replaceValueAt(index, mLibrary); in loadLibraryForScheme()164 (CreateCryptoFactoryFunc)mLibrary->lookup("createCryptoFactory"); in loadLibraryForScheme()169 ALOGE("createCryptoFactory failed:%s", mLibrary->lastError()); in loadLibraryForScheme()
107 mLibrary.clear(); in closeFactory()261 mLibrary = mLibraryPathToOpenLibraryMap[index].promote(); in loadLibraryForScheme()266 if (!mLibrary.get()) { in loadLibraryForScheme()267 mLibrary = new SharedLibrary(path); in loadLibraryForScheme()268 if (!*mLibrary) { in loadLibraryForScheme()272 mLibraryPathToOpenLibraryMap.replaceValueAt(index, mLibrary); in loadLibraryForScheme()278 (CreateDrmFactoryFunc)mLibrary->lookup("createDrmFactory"); in loadLibraryForScheme()
54 mLibrary(library), mPlugin(plugin) { in DescramblerImpl()
89 mLibrary = library; in init()
47 sp<SharedLibrary> mLibrary;
65 sp<SharedLibrary> mLibrary; member
82 sp<SharedLibrary> mLibrary; variable
154 sp<SharedLibrary> mLibrary; member
338 mLibrary = nullptr; in FontState()384 if (!mLibrary) { in getLib()385 FT_Error error = FT_Init_FreeType(&mLibrary); in getLib()392 return mLibrary; in getLib()832 if (mLibrary) { in deinit()833 FT_Done_FreeType( mLibrary ); in deinit()834 mLibrary = nullptr; in deinit()
203 FT_LibraryRec_ *mLibrary; variable