Home
last modified time | relevance | path

Searched refs:mLibrary (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/cas/1.0/default/
DFactoryLoader.h56 sp<SharedLibrary> mLibrary; variable
162 *library = mLibrary; in loadFactoryForSchemeFromPath()
194 mLibrary = mLibraryPathToOpenLibraryMap[index].promote(); in openFactory()
199 if (!mLibrary.get()) { in openFactory()
200 mLibrary = new SharedLibrary(path); in openFactory()
201 if (!*mLibrary) { in openFactory()
205 mLibraryPathToOpenLibraryMap.replaceValueAt(index, mLibrary); in openFactory()
209 (CreateFactoryFunc)mLibrary->lookup(mCreateFactoryFuncName); in openFactory()
220 mLibrary.clear(); in closeFactory()
DDescramblerImpl.h57 sp<SharedLibrary> mLibrary;
DCasImpl.h90 sp<SharedLibrary> mLibrary; variable
DDescramblerImpl.cpp53 mLibrary(library), mPluginHolder(plugin) { in DescramblerImpl()
DCasImpl.cpp60 mLibrary = library; in init()