Home
last modified time | relevance | path

Searched refs:DrmFactory (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DDrmFactory.h28 class DrmFactory : public android::DrmFactory {
30 DrmFactory() {} in DrmFactory() function
31 virtual ~DrmFactory() {} in ~DrmFactory()
42 DISALLOW_EVIL_CONSTRUCTORS(DrmFactory);
DCreatePluginFactories.h24 android::DrmFactory* createDrmFactory();
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DDrmFactory.h35 struct DrmFactory : public IDrmFactory { struct
36 DrmFactory() {} in DrmFactory() argument
37 virtual ~DrmFactory() {} in ~DrmFactory() argument
51 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(DrmFactory);
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DDrmFactory.cpp32 bool DrmFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported()
36 bool DrmFactory::isContentTypeSupported(const android::String8 &type) { in isContentTypeSupported()
46 android::status_t DrmFactory::createDrmPlugin( in createDrmPlugin()
DCreatePluginFactories.cpp24 android::DrmFactory* createDrmFactory() { in createDrmFactory()
25 return new clearkeydrm::DrmFactory(); in createDrmFactory()
DAndroid.bp26 "DrmFactory.cpp",
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmFactory.cpp39 Return<bool> DrmFactory::isCryptoSchemeSupported( in isCryptoSchemeSupported()
44 Return<bool> DrmFactory::isContentTypeSupported(const hidl_string &mimeType) { in isContentTypeSupported()
54 Return<void> DrmFactory::createPlugin( in createPlugin()
Dservice.cpp32 using android::hardware::drm::V1_1::clearkey::DrmFactory;
42 sp<IDrmFactory> drmFactory = new DrmFactory; in main()
DCreatePluginFactories.cpp31 return new DrmFactory(); in createDrmFactory()
DAndroid.bp28 "DrmFactory.cpp",
/frameworks/native/headers/media_plugin/media/drm/
DDrmAPI.h53 class DrmFactory {
55 DrmFactory() {} in DrmFactory() function
56 virtual ~DrmFactory() {} in ~DrmFactory()
73 DrmFactory(const DrmFactory &);
74 DrmFactory &operator=(const DrmFactory &);
/frameworks/av/include/mediadrm/
DDrm.h29 class DrmFactory; variable
155 DrmFactory *mFactory;
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.h23 android::DrmFactory *createDrmFactory();
29 class MockDrmFactory : public DrmFactory {
DMockDrmCryptoPlugin.cpp29 DrmFactory *createDrmFactory() in createDrmFactory()
/frameworks/av/media/libmedia/include/media/
DDrm.h29 class DrmFactory; variable
155 DrmFactory *mFactory;