OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createDrmFactory
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/drm/mediadrm/plugins/clearkey/
CreatePluginFactories.cpp
24
android::DrmFactory*
createDrmFactory
() {
CreatePluginFactories.h
24
android::DrmFactory*
createDrmFactory
();
/frameworks/av/drm/libmediadrm/
Drm.cpp
276
CreateDrmFactoryFunc
createDrmFactory
=
277
(CreateDrmFactoryFunc)mLibrary->lookup("
createDrmFactory
");
279
if (
createDrmFactory
== NULL ||
280
(mFactory =
createDrmFactory
()) == NULL ||
/frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h
23
android::DrmFactory *
createDrmFactory
();
MockDrmCryptoPlugin.cpp
29
DrmFactory *
createDrmFactory
()
Completed in 155 milliseconds