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

  /frameworks/av/drm/libmediadrm/
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());
Drm.cpp 212 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) {
240 if (loadLibraryForScheme(pluginPath, uuid)) {
255 bool Drm::loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]) {

Completed in 56 milliseconds