Home
last modified time | relevance | path

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

/hardware/interfaces/cas/aidl/default/
DFactoryLoader.h204 CreateFactoryFunc createFactory = (CreateFactoryFunc)mLibrary->lookup(mCreateFactoryFuncName); in openFactory() local
205 if (createFactory == NULL || (mFactory = createFactory()) == NULL) { in openFactory()
/hardware/interfaces/cas/1.0/default/
DFactoryLoader.h219 CreateFactoryFunc createFactory = in openFactory() local
221 if (createFactory == NULL || (mFactory = createFactory()) == NULL) { in openFactory()
/hardware/interfaces/cas/1.2/default/
DFactoryLoader.h206 CreateFactoryFunc createFactory = (CreateFactoryFunc)mLibrary->lookup(mCreateFactoryFuncName); in openFactory() local
207 if (createFactory == NULL || (mFactory = createFactory()) == NULL) { in openFactory()
/hardware/interfaces/cas/1.1/default/
DFactoryLoader.h206 CreateFactoryFunc createFactory = (CreateFactoryFunc)mLibrary->lookup(mCreateFactoryFuncName); in openFactory() local
207 if (createFactory == NULL || (mFactory = createFactory()) == NULL) { in openFactory()