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

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCreatePluginFactories.cpp28 android::CryptoFactory* createCryptoFactory() { function
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp35 CryptoFactory *createCryptoFactory() function
/frameworks/av/media/libmediaplayerservice/
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());

Completed in 95 milliseconds