Searched refs:DrmFactory (Results 1 – 6 of 6) sorted by relevance
20 struct DrmFactory : public BnDrmFactory { struct21 DrmFactory() {}; in DrmFactory() function22 virtual ~DrmFactory() {}; in ~DrmFactory() argument41 CASTKEY_DISALLOW_COPY_AND_ASSIGN(DrmFactory);
12 std::shared_ptr<DrmFactory> createDrmFactory();
36 ::ndk::ScopedAStatus DrmFactory::createDrmPlugin( in createDrmPlugin()52 ::ndk::ScopedAStatus DrmFactory::createCryptoPlugin( in createCryptoPlugin()61 ::ndk::ScopedAStatus DrmFactory::getSupportedCryptoSchemes(CryptoSchemes* _aidl_return) { in getSupportedCryptoSchemes()68 binder_status_t DrmFactory::dump(int fd, const char** args, uint32_t numArgs) { in dump()
11 using ::aidl::android::hardware::drm::castkey::DrmFactory;16 std::shared_ptr<DrmFactory> drmFactory = createDrmFactory(); in main()17 const std::string drmInstance = std::string() + DrmFactory::descriptor + "/castkey"; in main()
9 std::shared_ptr<DrmFactory> createDrmFactory() { in createDrmFactory()10 return ::ndk::SharedRefBase::make<DrmFactory>(); in createDrmFactory()
28 "DrmFactory.cpp",