OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loadLibraryForScheme
(Results
1 - 4
of
4
) 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]) {
/frameworks/av/include/media/
Crypto.h
76
bool
loadLibraryForScheme
(const String8 &path, const uint8_t uuid[16]);
Drm.h
163
bool
loadLibraryForScheme
(const String8 &path, const uint8_t uuid[16]);
Completed in 59 milliseconds