Home
last modified time | relevance | path

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

/hardware/interfaces/cas/1.0/default/
DFactoryLoader.h208 CreateFactoryFunc createFactory = in openFactory() local
210 if (createFactory == NULL || (mFactory = createFactory()) == NULL) { in openFactory()
/hardware/interfaces/cas/1.1/default/
DFactoryLoader.h197 CreateFactoryFunc createFactory = (CreateFactoryFunc)mLibrary->lookup(mCreateFactoryFuncName); in openFactory() local
198 if (createFactory == NULL || (mFactory = createFactory()) == NULL) { in openFactory()
/hardware/google/av/codec2/vndk/
DC2Store.cpp510 createFactory(nullptr), in ComponentModule()
541 C2ComponentFactory::CreateCodec2FactoryFunc createFactory; ///< loaded create function member
661 createFactory = in init()
666 mComponentFactory = createFactory(); in init()