Searched refs:DrmFactory (Results 1 – 14 of 14) sorted by relevance
28 class DrmFactory : public android::DrmFactory {30 DrmFactory() {} in DrmFactory() function31 virtual ~DrmFactory() {} in ~DrmFactory()42 DISALLOW_EVIL_CONSTRUCTORS(DrmFactory);
24 android::DrmFactory* createDrmFactory();
43 Return<bool> DrmFactory::isCryptoSchemeSupported( in isCryptoSchemeSupported()48 Return<bool> DrmFactory::isCryptoSchemeSupported_1_2(const hidl_array<uint8_t, 16>& uuid, in isCryptoSchemeSupported_1_2()55 Return<bool> DrmFactory::isContentTypeSupported(const hidl_string &mimeType) { in isContentTypeSupported()65 Return<void> DrmFactory::createPlugin( in createPlugin()84 Return<void> DrmFactory::getSupportedCryptoSchemes( in getSupportedCryptoSchemes()94 Return<void> DrmFactory::debug(const hidl_handle& fd, const hidl_vec<hidl_string>& /*args*/) { in debug()
31 using android::hardware::drm::V1_3::clearkey::DrmFactory;34 sp<IDrmFactory> drmFactory = new DrmFactory; in main()
31 using android::hardware::drm::V1_3::clearkey::DrmFactory;35 sp<IDrmFactory> drmFactory = new DrmFactory; in main()
31 return new DrmFactory(); in createDrmFactory()
29 "DrmFactory.cpp",
37 struct DrmFactory : public IDrmFactory { struct38 DrmFactory() {} in DrmFactory() argument39 virtual ~DrmFactory() {} in ~DrmFactory() argument62 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(DrmFactory);
32 bool DrmFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported()36 bool DrmFactory::isContentTypeSupported(const android::String8 &type) { in isContentTypeSupported()46 android::status_t DrmFactory::createDrmPlugin( in createDrmPlugin()
24 android::DrmFactory* createDrmFactory() { in createDrmFactory()25 return new clearkeydrm::DrmFactory(); in createDrmFactory()
26 "DrmFactory.cpp",
53 class DrmFactory {55 DrmFactory() {} in DrmFactory() function56 virtual ~DrmFactory() {} in ~DrmFactory()73 DrmFactory(const DrmFactory &);74 DrmFactory &operator=(const DrmFactory &);
23 android::DrmFactory *createDrmFactory();29 class MockDrmFactory : public DrmFactory {
29 DrmFactory *createDrmFactory() in createDrmFactory()