Searched defs:createCryptoFactory (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCreatePluginFactories.cpp28 android::CryptoFactory* createCryptoFactory() { function
/frameworks/av/drm/libmediadrm/
H A DCrypto.cpp163 CreateCryptoFactoryFunc createCryptoFactory = local
164 (CreateCryptoFactoryFunc)mLibrary->lookup("createCryptoFactory");
166 if (createCryptoFactory == NULL ||
167 (mFactory = createCryptoFactory()) == NULL ||
169 ALOGE("createCryptoFactory failed:%s", mLibrary->lastError());
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp35 CryptoFactory *createCryptoFactory() function

Completed in 184 milliseconds