Searched defs:DrmFactory (Results 1 - 2 of 2) sorted by last modified time

/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/clearkey/
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);

Completed in 81 milliseconds