Home | History | Annotate | Download | only in libmediadrm

Lines Matching refs:mLibrary

63     mLibrary.clear();
75 * mLibrary holds a strong pointer to the dlopen'd library
80 * mLibrary is cleared and mFactory are set to NULL
146 mLibrary = mLibraryPathToOpenLibraryMap[index].promote();
151 if (!mLibrary.get()) {
152 mLibrary = new SharedLibrary(path);
153 if (!*mLibrary) {
154 ALOGE("loadLibraryForScheme failed:%s", mLibrary->lastError());
158 mLibraryPathToOpenLibraryMap.replaceValueAt(index, mLibrary);
164 (CreateCryptoFactoryFunc)mLibrary->lookup("createCryptoFactory");
169 ALOGE("createCryptoFactory failed:%s", mLibrary->lastError());