Searched refs:loadLibraryForScheme (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/drm/libmediadrm/
H A DCrypto.cpp95 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) {
118 if (loadLibraryForScheme(pluginPath, uuid)) {
132 if (loadLibraryForScheme(pluginPath, uuid)) {
141 bool Crypto::loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]) { function in class:android::Crypto
154 ALOGE("loadLibraryForScheme failed:%s", mLibrary->lastError());
H A DDrm.cpp213 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) {
241 if (loadLibraryForScheme(pluginPath, uuid)) {
256 bool Drm::loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]) { function in class:android::Drm
/frameworks/av/include/media/
H A DCrypto.h74 bool loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]);
H A DDrm.h163 bool loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]);
/frameworks/av/media/libmedia/include/media/
H A DCrypto.h74 bool loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]);
H A DDrm.h163 bool loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]);

Completed in 869 milliseconds