Searched defs:loadLibraryForScheme (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DCrypto.cpp94 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) {
117 if (loadLibraryForScheme(pluginPath, uuid)) {
131 if (loadLibraryForScheme(pluginPath, uuid)) {
140 bool Crypto::loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]) { function in class:android::Crypto
153 ALOGE("loadLibraryForScheme failed:%s", mLibrary->lastError());
H A DDrm.cpp150 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) {
178 if (loadLibraryForScheme(pluginPath, uuid)) {
193 bool Drm::loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]) { function in class:android::Drm

Completed in 276 milliseconds