OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createcryptofactory
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/drm/mediadrm/plugins/clearkey/
CreatePluginFactories.cpp
28
android::CryptoFactory*
createCryptoFactory
() {
CreatePluginFactories.h
25
android::CryptoFactory*
createCryptoFactory
();
/frameworks/av/drm/libmediadrm/
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/native/include/media/drm/
DrmAPI.h
29
// createDrmFactory and
createCryptoFactory
as shown below:
33
// extern android::CryptoFactory *
createCryptoFactory
();
43
// createDrmFactory and
createCryptoFactory
. createDrmFactory
45
//
createCryptoFactory
creates an instance of a CryptoFactory object.
/frameworks/native/include/media/hardware/
CryptoAPI.h
121
extern android::CryptoFactory *
createCryptoFactory
();
/frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h
24
android::CryptoFactory *
createCryptoFactory
();
MockDrmCryptoPlugin.cpp
35
CryptoFactory *
createCryptoFactory
()
Completed in 428 milliseconds