Home
last modified time | relevance | path

Searched refs:getFactory (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/drm/1.0/default/
DDrmFactory.cpp38 if (loader.getFactory(i)->isCryptoSchemeSupported(uuid.data())) { in isCryptoSchemeSupported()
48 if (loader.getFactory(i)->isContentTypeSupported(String8(mimeType.c_str()))) { in isContentTypeSupported()
59 if (loader.getFactory(i)->isCryptoSchemeSupported(uuid.data())) { in createPlugin()
61 status_t status = loader.getFactory(i)->createDrmPlugin( in createPlugin()
DCryptoFactory.cpp38 if (loader.getFactory(i)->isCryptoSchemeSupported(uuid.data())) { in isCryptoSchemeSupported()
48 if (loader.getFactory(i)->isCryptoSchemeSupported(uuid.data())) { in createPlugin()
50 status_t status = loader.getFactory(i)->createPlugin(uuid.data(), in createPlugin()
/hardware/interfaces/drm/1.0/default/include/
DPluginLoader.h67 T *getFactory(size_t i) const { in getFactory() function