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

  /frameworks/av/drm/mediadrm/plugins/clearkey/
CreatePluginFactories.cpp 20 #include "DrmFactory.h"
24 android::DrmFactory* createDrmFactory() {
25 return new clearkeydrm::DrmFactory();
DrmFactory.h 28 class DrmFactory : public android::DrmFactory {
30 DrmFactory() {}
31 virtual ~DrmFactory() {}
41 DISALLOW_EVIL_CONSTRUCTORS(DrmFactory);
DrmFactory.cpp 23 #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(
CreatePluginFactories.h 24 android::DrmFactory* createDrmFactory();
Android.mk 25 DrmFactory.cpp \
  /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...]
  /frameworks/av/media/libmediaplayerservice/
Drm.h 29 struct DrmFactory;
144 DrmFactory *mFactory;
Drm.cpp 212 typedef DrmFactory *(*CreateDrmFactoryFunc)();
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 23 android::DrmFactory *createDrmFactory();
29 class MockDrmFactory : public DrmFactory {
MockDrmCryptoPlugin.cpp 29 DrmFactory *createDrmFactory()

Completed in 3032 milliseconds