Searched refs:returnStatus (Results 1 – 1 of 1) sorted by relevance
914 OMX_ERRORTYPE returnStatus = OMX_ErrorUndefined; in OmxComponentFactoryDynamicCreate() local968 …returnStatus = (*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() local1005 return returnStatus; in OmxComponentFactoryDynamicDestructor()1034 returnStatus = (*destroyComp)(pHandle, aOmxLib, aOsclUuid, aRefCount); in OmxComponentFactoryDynamicDestructor()1052 return returnStatus; in OmxComponentFactoryDynamicDestructor()