Home
last modified time | relevance | path

Searched refs:findFactoryForScheme (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/services/mediadrm/
DMediaCasService.cpp62 *result = mCasLoader->findFactoryForScheme(CA_system_id); in isSystemIdSupported()
77 if (mCasLoader->findFactoryForScheme(CA_system_id, &library, &factory)) { in createPlugin()
94 *result = mDescramblerLoader->findFactoryForScheme(CA_system_id); in isDescramblerSupported()
107 if (mDescramblerLoader->findFactoryForScheme( in createDescrambler()
DFactoryLoader.h39 bool findFactoryForScheme(
71 bool FactoryLoader<T>::findFactoryForScheme( in findFactoryForScheme() function
/frameworks/av/drm/libmediadrm/
DCrypto.cpp83 void Crypto::findFactoryForScheme(const uint8_t uuid[16]) { in findFactoryForScheme() function in android::Crypto
183 findFactoryForScheme(uuid); in isCryptoSchemeSupported()
196 findFactoryForScheme(uuid); in createPlugin()
DDrm.cpp201 void Drm::findFactoryForScheme(const uint8_t uuid[16]) { in findFactoryForScheme() function in android::Drm
294 findFactoryForScheme(uuid); in isCryptoSchemeSupported()
316 findFactoryForScheme(uuid); in createPlugin()
/frameworks/av/include/media/
DCrypto.h73 void findFactoryForScheme(const uint8_t uuid[16]);
DDrm.h162 void findFactoryForScheme(const uint8_t uuid[16]);
/frameworks/av/media/libmedia/include/media/
DCrypto.h73 void findFactoryForScheme(const uint8_t uuid[16]);
DDrm.h162 void findFactoryForScheme(const uint8_t uuid[16]);