Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DCrypto.cpp162 CreateCryptoFactoryFunc createCryptoFactory = in loadLibraryForScheme() local
165 if (createCryptoFactory == NULL || in loadLibraryForScheme()
166 (mFactory = createCryptoFactory()) == NULL || in loadLibraryForScheme()
/frameworks/av/drm/mediadrm/plugins/clearkey/
DCreatePluginFactories.h25 android::CryptoFactory* createCryptoFactory();
DCreatePluginFactories.cpp28 android::CryptoFactory* createCryptoFactory() { in createCryptoFactory() function
/frameworks/native/include/media/hardware/
DCryptoAPI.h121 extern android::CryptoFactory *createCryptoFactory();
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.h24 android::CryptoFactory *createCryptoFactory();
DMockDrmCryptoPlugin.cpp35 CryptoFactory *createCryptoFactory() in createCryptoFactory() function