HomeSort by relevance Sort by last modified time
    Searched refs:loadLibraryForScheme (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libmediaplayerservice/
Crypto.cpp 94 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]) {
153 ALOGE("loadLibraryForScheme failed:%s", mLibrary->lastError());
Crypto.h 71 bool loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]);
Drm.cpp 138 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) {
166 if (loadLibraryForScheme(pluginPath, uuid)) {
181 bool Drm::loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]) {
Drm.h 140 bool loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]);

Completed in 785 milliseconds