Searched refs:createFactory (Results 1 – 4 of 4) sorted by relevance
204 CreateFactoryFunc createFactory = (CreateFactoryFunc)mLibrary->lookup(mCreateFactoryFuncName); in openFactory() local205 if (createFactory == NULL || (mFactory = createFactory()) == NULL) { in openFactory()
219 CreateFactoryFunc createFactory = in openFactory() local221 if (createFactory == NULL || (mFactory = createFactory()) == NULL) { in openFactory()
206 CreateFactoryFunc createFactory = (CreateFactoryFunc)mLibrary->lookup(mCreateFactoryFuncName); in openFactory() local207 if (createFactory == NULL || (mFactory = createFactory()) == NULL) { in openFactory()