Home
last modified time | relevance | path

Searched refs:DrmFactory (Results 1 – 6 of 6) sorted by relevance

/device/google/tangorpro/cast_auth/mediadrm/include/
DDrmFactory.h20 struct DrmFactory : public BnDrmFactory { struct
21 DrmFactory() {}; in DrmFactory() function
22 virtual ~DrmFactory() {}; in ~DrmFactory() argument
41 CASTKEY_DISALLOW_COPY_AND_ASSIGN(DrmFactory);
DCreatePluginFactories.h12 std::shared_ptr<DrmFactory> createDrmFactory();
/device/google/tangorpro/cast_auth/mediadrm/
DDrmFactory.cpp36 ::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()
DService.cpp11 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()
DCreatePluginFactories.cpp9 std::shared_ptr<DrmFactory> createDrmFactory() { in createDrmFactory()
10 return ::ndk::SharedRefBase::make<DrmFactory>(); in createDrmFactory()
DAndroid.bp28 "DrmFactory.cpp",