Searched defs:library (Results 1 – 8 of 8) sorted by relevance
54 auto library = std::make_unique<SharedLibrary>(String8(path.c_str())); in getModule() local61 const unique_ptr<SharedLibrary>& library = mOpenLibraries[path]; in getModule() local
68 sp<SharedLibrary> library; in createPlugin() local95 sp<SharedLibrary> library; in createDescrambler() local
76 int32_t CA_system_id, sp<SharedLibrary> *library, T** factory) { in findFactoryForScheme()153 sp<SharedLibrary> *library, T** factory) { in loadFactoryForSchemeFromPath()
52 const sp<SharedLibrary>& library, DescramblerPlugin *plugin) : in DescramblerImpl()
59 void CasImpl::init(const sp<SharedLibrary>& library, CasPlugin *plugin) { in init()
75 sp<SharedLibrary> library = new SharedLibrary(String8(path)); in loadOne() local
79 static void* loadLocationInterface(const char* library, const char* name) { in loadLocationInterface()