Home
last modified time | relevance | path

Searched refs:CryptoFactory (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/headers/media_plugin/media/hardware/
DCryptoAPI.h30 struct CryptoFactory { struct
31 CryptoFactory() {} in CryptoFactory() argument
32 virtual ~CryptoFactory() {} in ~CryptoFactory() argument
41 CryptoFactory(const CryptoFactory &);
42 CryptoFactory &operator=(const CryptoFactory &); argument
121 extern android::CryptoFactory *createCryptoFactory();
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DCryptoFactory.h26 class CryptoFactory : public android::CryptoFactory {
28 CryptoFactory() {} in CryptoFactory() function
29 virtual ~CryptoFactory() {} in ~CryptoFactory()
39 DISALLOW_EVIL_CONSTRUCTORS(CryptoFactory);
DCreatePluginFactories.h25 android::CryptoFactory* createCryptoFactory();
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DCryptoFactory.h37 struct CryptoFactory : public ICryptoFactory { struct
38 CryptoFactory() {} in CryptoFactory() argument
39 virtual ~CryptoFactory() {} in ~CryptoFactory() argument
50 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(CryptoFactory);
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DCreatePluginFactories.cpp28 android::CryptoFactory* createCryptoFactory() { in createCryptoFactory()
29 return new clearkeydrm::CryptoFactory(); in createCryptoFactory()
DCryptoFactory.cpp33 bool CryptoFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) const { in isCryptoSchemeSupported()
37 android::status_t CryptoFactory::createPlugin( in createPlugin()
DAndroid.bp24 "CryptoFactory.cpp",
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
Dservice.cpp30 using android::hardware::drm::V1_2::clearkey::CryptoFactory;
35 sp<ICryptoFactory> cryptoFactory = new CryptoFactory; in main()
DCryptoFactory.cpp33 Return<bool> CryptoFactory::isCryptoSchemeSupported( in isCryptoSchemeSupported()
39 Return<void> CryptoFactory::createPlugin( in createPlugin()
DserviceLazy.cpp30 using android::hardware::drm::V1_2::clearkey::CryptoFactory;
36 sp<ICryptoFactory> cryptoFactory = new CryptoFactory; in main()
DCreatePluginFactories.cpp35 return new CryptoFactory(); in createCryptoFactory()
DAndroid.bp26 "CryptoFactory.cpp",
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.h24 android::CryptoFactory *createCryptoFactory();
40 class MockCryptoFactory : public CryptoFactory {
DMockDrmCryptoPlugin.cpp35 CryptoFactory *createCryptoFactory() in createCryptoFactory()