Searched refs:SharedLibrary (Results 1 – 15 of 15) sorted by relevance
/hardware/interfaces/cas/1.0/default/ |
D | SharedLibrary.cpp | 31 SharedLibrary::SharedLibrary(const String8 &path) { in SharedLibrary() function in android::hardware::cas::V1_0::implementation::SharedLibrary 35 SharedLibrary::~SharedLibrary() { in ~SharedLibrary() 42 bool SharedLibrary::operator!() const { in operator !() 46 void *SharedLibrary::lookup(const char *symbol) const { in lookup() 56 const char *SharedLibrary::lastError() const { in lastError()
|
D | SharedLibrary.h | 30 class SharedLibrary : public RefBase { 32 explicit SharedLibrary(const String8 &path); 33 ~SharedLibrary(); 41 DISALLOW_EVIL_CONSTRUCTORS(SharedLibrary);
|
D | FactoryLoader.h | 45 sp<SharedLibrary> *library = NULL, 56 sp<SharedLibrary> mLibrary; 58 KeyedVector<String8, wp<SharedLibrary> > mLibraryPathToOpenLibraryMap; 63 sp<SharedLibrary> *library, 76 int32_t CA_system_id, sp<SharedLibrary> *library, T** factory) { in findFactoryForScheme() 153 sp<SharedLibrary> *library, T** factory) { in loadFactoryForSchemeFromPath() 200 mLibrary = new SharedLibrary(path); in openFactory()
|
D | DescramblerImpl.h | 32 class SharedLibrary; variable 36 DescramblerImpl(const sp<SharedLibrary>& library, DescramblerPlugin *plugin); 57 sp<SharedLibrary> mLibrary;
|
D | CasImpl.h | 32 class SharedLibrary; variable 46 void init(const sp<SharedLibrary>& library, CasPlugin *plugin); 90 sp<SharedLibrary> mLibrary;
|
D | MediaCasService.cpp | 68 sp<SharedLibrary> library; in createPlugin() 95 sp<SharedLibrary> library; in createDescrambler()
|
D | Android.bp | 11 "SharedLibrary.cpp",
|
D | DescramblerImpl.cpp | 52 const sp<SharedLibrary>& library, DescramblerPlugin *plugin) : in DescramblerImpl()
|
D | CasImpl.cpp | 59 void CasImpl::init(const sp<SharedLibrary>& library, CasPlugin *plugin) { in init()
|
/hardware/interfaces/drm/1.0/default/ |
D | SharedLibrary.cpp | 28 SharedLibrary::SharedLibrary(const String8& path) { in SharedLibrary() function in android::hardware::drm::V1_0::helper::SharedLibrary 32 SharedLibrary::~SharedLibrary() { in ~SharedLibrary() 39 bool SharedLibrary::operator!() const { in operator !() 43 void* SharedLibrary::lookup(const char* symbol) const { in lookup() 54 const char* SharedLibrary::lastError() const { in lastError()
|
D | Android.bp | 6 "SharedLibrary.cpp",
|
/hardware/interfaces/drm/1.0/default/include/ |
D | SharedLibrary.h | 29 class SharedLibrary : public RefBase { 31 explicit SharedLibrary(const String8& path); 32 ~SharedLibrary(); 41 SharedLibrary(const SharedLibrary&) = delete; 42 void operator=(const SharedLibrary&) = delete;
|
D | PluginLoader.h | 75 sp<SharedLibrary> library = new SharedLibrary(String8(path)); in loadOne() 94 Vector<sp<SharedLibrary> > libraries;
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | vendor_modules.cpp | 32 using ::android::hardware::drm::V1_0::helper::SharedLibrary; 54 auto library = std::make_unique<SharedLibrary>(String8(path.c_str())); in getModule() 61 const unique_ptr<SharedLibrary>& library = mOpenLibraries[path]; in getModule()
|
D | vendor_modules.h | 26 using ::android::hardware::drm::V1_0::helper::SharedLibrary; 56 std::map<std::string, std::unique_ptr<SharedLibrary>> mOpenLibraries;
|