/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/cas/1.2/default/ |
D | SharedLibrary.cpp | 31 SharedLibrary::SharedLibrary(const String8& path) { in SharedLibrary() function in android::hardware::cas::V1_1::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 | 44 bool findFactoryForScheme(int32_t CA_system_id, sp<SharedLibrary>* library = NULL, 55 sp<SharedLibrary> mLibrary; 57 KeyedVector<String8, wp<SharedLibrary>> mLibraryPathToOpenLibraryMap; 60 sp<SharedLibrary>* library, T** factory); 69 bool FactoryLoader<T>::findFactoryForScheme(int32_t CA_system_id, sp<SharedLibrary>* library, in findFactoryForScheme() 143 sp<SharedLibrary>* library, T** factory) { in loadFactoryForSchemeFromPath() 189 mLibrary = new SharedLibrary(path); in openFactory()
|
D | DescramblerImpl.h | 35 class SharedLibrary; variable 39 DescramblerImpl(const sp<SharedLibrary>& library, DescramblerPlugin* plugin); 55 sp<SharedLibrary> mLibrary;
|
D | CasImpl.h | 40 class SharedLibrary; variable 54 void init(const sp<SharedLibrary>& library, CasPlugin* plugin); 98 sp<SharedLibrary> mLibrary;
|
D | MediaCasService.cpp | 106 sp<SharedLibrary> library; in createPluginExt() 138 sp<SharedLibrary> library; in createDescrambler()
|
D | Android.bp | 11 "SharedLibrary.cpp",
|
/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",
|
/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() 97 Vector<sp<SharedLibrary> > libraries;
|
/hardware/interfaces/cas/1.1/default/ |
D | SharedLibrary.h | 30 class SharedLibrary : public RefBase { 32 explicit SharedLibrary(const String8& path); 33 ~SharedLibrary(); 41 DISALLOW_EVIL_CONSTRUCTORS(SharedLibrary);
|
D | FactoryLoader.h | 44 bool findFactoryForScheme(int32_t CA_system_id, sp<SharedLibrary>* library = NULL, 55 sp<SharedLibrary> mLibrary; 57 KeyedVector<String8, wp<SharedLibrary> > mLibraryPathToOpenLibraryMap; 60 sp<SharedLibrary>* library, T** factory); 69 bool FactoryLoader<T>::findFactoryForScheme(int32_t CA_system_id, sp<SharedLibrary>* library, in findFactoryForScheme() 143 sp<SharedLibrary>* library, T** factory) { in loadFactoryForSchemeFromPath() 189 mLibrary = new SharedLibrary(path); in openFactory()
|
D | DescramblerImpl.h | 35 class SharedLibrary; variable 39 DescramblerImpl(const sp<SharedLibrary>& library, DescramblerPlugin* plugin); 55 sp<SharedLibrary> mLibrary;
|
D | CasImpl.h | 36 class SharedLibrary; variable 48 void init(const sp<SharedLibrary>& library, CasPlugin* plugin); 85 sp<SharedLibrary> mLibrary;
|
D | MediaCasService.cpp | 105 sp<SharedLibrary> library; in createPluginExt() 132 sp<SharedLibrary> library; in createDescrambler()
|
D | Android.bp | 11 "SharedLibrary.cpp",
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | vendor_modules.cpp | 33 using ::android::hardware::drm::V1_0::helper::SharedLibrary; 55 auto library = std::make_unique<SharedLibrary>(String8(path.c_str())); in getModule() 62 const unique_ptr<SharedLibrary>& library = mOpenLibraries[path]; in getModule()
|