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

  /frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DrmFactory.h 28 class DrmFactory : public android::DrmFactory {
30 DrmFactory() {}
31 virtual ~DrmFactory() {}
42 DISALLOW_EVIL_CONSTRUCTORS(DrmFactory);
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DrmFactory.h 35 struct DrmFactory : public IDrmFactory {
36 DrmFactory() {}
37 virtual ~DrmFactory() {}
51 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(DrmFactory);
  /hardware/interfaces/drm/1.0/default/
DrmFactory.h 40 struct DrmFactory : public IDrmFactory {
41 DrmFactory();
42 virtual ~DrmFactory() {}
56 PluginLoader<android::DrmFactory> loader;
58 DrmFactory(const DrmFactory &) = delete;
59 void operator=(const DrmFactory &) = delete;
DrmFactory.cpp 18 #include "DrmFactory.h"
30 DrmFactory::DrmFactory() :
35 Return<bool> DrmFactory::isCryptoSchemeSupported (
45 Return<bool> DrmFactory::isContentTypeSupported (
55 Return<void> DrmFactory::createPlugin(const hidl_array<uint8_t, 16>& uuid,
78 return new DrmFactory();
  /frameworks/native/headers/media_plugin/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 176 milliseconds