Searched refs:CryptoFactory (Results 1 – 4 of 4) sorted by relevance
40 struct CryptoFactory : public ICryptoFactory { struct41 CryptoFactory();42 virtual ~CryptoFactory() {} in ~CryptoFactory() argument54 PluginLoader<android::CryptoFactory> loader;56 CryptoFactory(const CryptoFactory &) = delete;57 void operator=(const CryptoFactory &) = delete; argument
30 CryptoFactory::CryptoFactory() : in CryptoFactory() function in android::hardware::drm::V1_0::implementation::CryptoFactory35 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()
51 CryptoFactory.cpp \
21 * Ref: frameworks/native/include/media/hardware/CryptoAPI.h:CryptoFactory