Home
last modified time | relevance | path

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

/hardware/interfaces/drm/1.0/default/
DCryptoFactory.h40 struct CryptoFactory : public ICryptoFactory { struct
41 CryptoFactory();
42 virtual ~CryptoFactory() {} in ~CryptoFactory() argument
54 PluginLoader<android::CryptoFactory> loader;
56 CryptoFactory(const CryptoFactory &) = delete;
57 void operator=(const CryptoFactory &) = delete; argument
DCryptoFactory.cpp30 CryptoFactory::CryptoFactory() : in CryptoFactory() function in android::hardware::drm::V1_0::implementation::CryptoFactory
35 Return<bool> CryptoFactory::isCryptoSchemeSupported( in isCryptoSchemeSupported()
45 Return<void> CryptoFactory::createPlugin(const hidl_array<uint8_t, 16>& uuid, in createPlugin()
67 return new CryptoFactory(); in HIDL_FETCH_ICryptoFactory()
DAndroid.mk51 CryptoFactory.cpp \
/hardware/interfaces/drm/1.0/
DICryptoFactory.hal21 * Ref: frameworks/native/include/media/hardware/CryptoAPI.h:CryptoFactory