Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_common/src/
Dpv_omxregistry.cpp914 OMX_ERRORTYPE returnStatus = OMX_ErrorUndefined; in OmxComponentFactoryDynamicCreate() local
968returnStatus = (*createComp)(pHandle, pAppData, pProxy, aOmxLibName, aOmxLib, aOsclUuid, aRefCount… in OmxComponentFactoryDynamicCreate()
978 if (returnStatus != OMX_ErrorNone) in OmxComponentFactoryDynamicCreate()
991 return returnStatus; in OmxComponentFactoryDynamicCreate()
997 OMX_ERRORTYPE returnStatus = OMX_ErrorUndefined; in OmxComponentFactoryDynamicDestructor() local
1005 return returnStatus; in OmxComponentFactoryDynamicDestructor()
1034 returnStatus = (*destroyComp)(pHandle, aOmxLib, aOsclUuid, aRefCount); in OmxComponentFactoryDynamicDestructor()
1052 return returnStatus; in OmxComponentFactoryDynamicDestructor()