/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/ |
D | DrmFactory.h | 28 class DrmFactory : public android::DrmFactory { 30 DrmFactory() {} in DrmFactory() function 31 virtual ~DrmFactory() {} in ~DrmFactory() 42 DISALLOW_EVIL_CONSTRUCTORS(DrmFactory);
|
D | CreatePluginFactories.h | 24 android::DrmFactory* createDrmFactory();
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | DrmFactory.cpp | 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()
|
D | service.cpp | 31 using android::hardware::drm::V1_4::clearkey::DrmFactory; 34 sp<IDrmFactory> drmFactory = new DrmFactory; in main()
|
D | serviceLazy.cpp | 31 using android::hardware::drm::V1_4::clearkey::DrmFactory; 35 sp<IDrmFactory> drmFactory = new DrmFactory; in main()
|
D | CreatePluginFactories.cpp | 31 return new DrmFactory(); in createDrmFactory()
|
D | Android.bp | 42 "DrmFactory.cpp",
|
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/include/ |
D | DrmFactory.h | 34 struct DrmFactory : public BnDrmFactory { struct 35 DrmFactory() {} in DrmFactory() function 36 virtual ~DrmFactory() {} in ~DrmFactory() argument 55 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(DrmFactory);
|
D | CreatePluginFactories.h | 26 std::shared_ptr<DrmFactory> createDrmFactory();
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/ |
D | DrmFactory.h | 37 struct DrmFactory : public IDrmFactory { struct 38 DrmFactory() {} in DrmFactory() argument 39 virtual ~DrmFactory() {} in ~DrmFactory() argument 62 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(DrmFactory);
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/ |
D | DrmFactory.cpp | 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()
|
D | CreatePluginFactories.cpp | 24 android::DrmFactory* createDrmFactory() { in createDrmFactory() 25 return new clearkeydrm::DrmFactory(); in createDrmFactory()
|
D | Android.bp | 35 "DrmFactory.cpp",
|
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/ |
D | Service.cpp | 30 using ::aidl::android::hardware::drm::clearkey::DrmFactory; 37 std::shared_ptr<DrmFactory> drmFactory = createDrmFactory(); in main() 38 const std::string drmInstance = std::string() + DrmFactory::descriptor + "/clearkey"; in main()
|
D | ServiceLazy.cpp | 30 using ::aidl::android::hardware::drm::clearkey::DrmFactory; 37 std::shared_ptr<DrmFactory> drmFactory = createDrmFactory(); in main() 38 const std::string drmInstance = std::string() + DrmFactory::descriptor + "/clearkey"; in main()
|
D | DrmFactory.cpp | 42 ::ndk::ScopedAStatus DrmFactory::createDrmPlugin( in createDrmPlugin() 60 ::ndk::ScopedAStatus DrmFactory::createCryptoPlugin( in createCryptoPlugin() 80 ::ndk::ScopedAStatus DrmFactory::getSupportedCryptoSchemes(CryptoSchemes* _aidl_return) { in getSupportedCryptoSchemes() 95 binder_status_t DrmFactory::dump(int fd, const char** args, uint32_t numArgs) { in dump()
|
D | CreatePluginFactories.cpp | 24 std::shared_ptr<DrmFactory> createDrmFactory() { in createDrmFactory() 25 return ::ndk::SharedRefBase::make<DrmFactory>(); in createDrmFactory()
|
D | Android.bp | 17 "DrmFactory.cpp",
|
/frameworks/native/headers/media_plugin/media/drm/ |
D | DrmAPI.h | 53 class DrmFactory { 55 DrmFactory() {} in DrmFactory() function 56 virtual ~DrmFactory() {} in ~DrmFactory() 73 DrmFactory(const DrmFactory &); 74 DrmFactory &operator=(const DrmFactory &);
|
/frameworks/av/drm/mediadrm/plugins/mock/ |
D | MockDrmCryptoPlugin.h | 23 android::DrmFactory *createDrmFactory(); 29 class MockDrmFactory : public DrmFactory {
|
D | MockDrmCryptoPlugin.cpp | 29 DrmFactory *createDrmFactory() in createDrmFactory()
|