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.h 152 bool loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]);
Drm.cpp 150 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) {
178 if (loadLibraryForScheme(pluginPath, uuid)) {
193 bool Drm::loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]) {

Completed in 813 milliseconds