Searched refs:createCryptoFactory (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCreatePluginFactories.cpp28 android::CryptoFactory* createCryptoFactory() { function
H A DCreatePluginFactories.h25 android::CryptoFactory* createCryptoFactory();
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h121 extern android::CryptoFactory *createCryptoFactory();
/frameworks/av/drm/libmediadrm/
H A DCrypto.cpp162 CreateCryptoFactoryFunc createCryptoFactory = local
163 (CreateCryptoFactoryFunc)mLibrary->lookup("createCryptoFactory");
165 if (createCryptoFactory == NULL ||
166 (mFactory = createCryptoFactory()) == NULL ||
168 ALOGE("createCryptoFactory failed:%s", mLibrary->lastError());
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h24 android::CryptoFactory *createCryptoFactory();
H A DMockDrmCryptoPlugin.cpp35 CryptoFactory *createCryptoFactory() function

Completed in 306 milliseconds