OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createCryptoFactory
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/drm/mediadrm/plugins/clearkey/
CreatePluginFactories.cpp
28
android::CryptoFactory*
createCryptoFactory
() {
/frameworks/av/media/libmediaplayerservice/
Crypto.cpp
162
CreateCryptoFactoryFunc
createCryptoFactory
=
163
(CreateCryptoFactoryFunc)mLibrary->lookup("
createCryptoFactory
");
165
if (
createCryptoFactory
== NULL ||
166
(mFactory =
createCryptoFactory
()) == NULL ||
168
ALOGE("
createCryptoFactory
failed:%s", mLibrary->lastError());
/frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.cpp
35
CryptoFactory *
createCryptoFactory
()
Completed in 284 milliseconds