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

  /frameworks/av/drm/mediadrm/plugins/clearkey/
DrmFactory.h 28 class DrmFactory : public android::DrmFactory {
30 DrmFactory() {}
31 virtual ~DrmFactory() {}
41 DISALLOW_EVIL_CONSTRUCTORS(DrmFactory);
  /frameworks/native/include/media/drm/
DrmAPI.h 32 // extern android::DrmFactory *createDrmFactory();
44 // constructs and returns an instance of a DrmFactory object. Similarly,
53 class DrmFactory {
55 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 &operator=(const DrmFactory &)
    [all...]

Completed in 730 milliseconds