Searched refs:DrmFactory (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCreatePluginFactories.cpp20 #include "DrmFactory.h"
24 android::DrmFactory* createDrmFactory() {
25 return new clearkeydrm::DrmFactory();
H A DDrmFactory.h28 class DrmFactory : public android::DrmFactory { class in namespace:clearkeydrm
30 DrmFactory() {} function in class:clearkeydrm::DrmFactory
31 virtual ~DrmFactory() {}
41 DISALLOW_EVIL_CONSTRUCTORS(DrmFactory);
H A DDrmFactory.cpp23 #include "DrmFactory.h"
31 bool DrmFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) {
35 bool DrmFactory::isContentTypeSupported(const android::String8 &initDataType) {
41 android::status_t DrmFactory::createDrmPlugin(
H A DCreatePluginFactories.h24 android::DrmFactory* createDrmFactory();
H A DAndroid.mk25 DrmFactory.cpp \
/frameworks/native/include/media/drm/
H A DDrmAPI.h32 // extern android::DrmFactory *createDrmFactory();
44 // constructs and returns an instance of a DrmFactory object. Similarly,
53 class DrmFactory { class in namespace:android
55 DrmFactory() {} function in class:android::DrmFactory
56 virtual ~DrmFactory() {}
58 // DrmFactory::isCryptoSchemeSupported can be called to determine
63 // DrmFactory::isContentTypeSupported can be called to determine
73 DrmFactory(const DrmFactory &);
74 DrmFactory
[all...]
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h23 android::DrmFactory *createDrmFactory();
29 class MockDrmFactory : public DrmFactory {
H A DMockDrmCryptoPlugin.cpp29 DrmFactory *createDrmFactory()
/frameworks/av/media/libmediaplayerservice/
H A DDrm.h29 struct DrmFactory;
146 DrmFactory *mFactory;
H A DDrm.cpp212 typedef DrmFactory *(*CreateDrmFactoryFunc)();

Completed in 913 milliseconds