Home | History | Annotate | Download | only in libmediadrm

Lines Matching refs:mLibrary

62     mLibrary.clear();
74 * mLibrary holds a strong pointer to the dlopen'd library
79 * mLibrary is cleared and mFactory are set to NULL
145 mLibrary = mLibraryPathToOpenLibraryMap[index].promote();
150 if (!mLibrary.get()) {
151 mLibrary = new SharedLibrary(path);
152 if (!*mLibrary) {
153 ALOGE("loadLibraryForScheme failed:%s", mLibrary->lastError());
157 mLibraryPathToOpenLibraryMap.replaceValueAt(index, mLibrary);
163 (CreateCryptoFactoryFunc)mLibrary->lookup("createCryptoFactory");
168 ALOGE("createCryptoFactory failed:%s", mLibrary->lastError());