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

  /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
68 DrmFactory(const DrmFactory &);
69 DrmFactory &operator=(const DrmFactory &)
    [all...]
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 23 android::DrmFactory *createDrmFactory();
29 class MockDrmFactory : public DrmFactory {
MockDrmCryptoPlugin.cpp 29 DrmFactory *createDrmFactory()
  /frameworks/av/media/libmediaplayerservice/
Drm.h 29 struct DrmFactory;
132 DrmFactory *mFactory;
Drm.cpp 200 typedef DrmFactory *(*CreateDrmFactoryFunc)();

Completed in 726 milliseconds