HomeSort by relevance Sort by last modified time
    Searched refs:eOsalError (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 149 TIMM_OSAL_ERRORTYPE eOsalError = TIMM_OSAL_ERR_NONE;
153 eOsalError =
155 if (eOsalError != TIMM_OSAL_ERR_NONE)
162 eOsalError = TIMM_OSAL_MutexRelease(cam_mutex);
163 PROXY_assert(eOsalError == TIMM_OSAL_ERR_NONE,
302 TIMM_OSAL_ERRORTYPE eOsalError = TIMM_OSAL_ERR_NONE;
348 eOsalError =
350 PROXY_assert(eOsalError == TIMM_OSAL_ERR_NONE,
374 eOsalError = TIMM_OSAL_MutexRelease(cam_mutex);
375 PROXY_assert(eOsalError == TIMM_OSAL_ERR_NONE
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 136 TIMM_OSAL_ERRORTYPE eOsalError = TIMM_OSAL_ERR_NONE;
138 eOsalError = TIMM_OSAL_MutexObtain(pCoreInitMutex, TIMM_OSAL_SUSPEND);
139 CORE_assert(eOsalError == TIMM_OSAL_ERR_NONE,
150 eOsalError = TIMM_OSAL_MutexRelease(pCoreInitMutex);
151 CORE_assert(eOsalError == TIMM_OSAL_ERR_NONE,
419 TIMM_OSAL_ERRORTYPE eOsalError = TIMM_OSAL_ERR_NONE;
421 eOsalError = TIMM_OSAL_MutexObtain(pCoreInitMutex, TIMM_OSAL_SUSPEND);
422 if (eOsalError != TIMM_OSAL_ERR_NONE)
450 eOsalError = TIMM_OSAL_MutexRelease(pCoreInitMutex);
451 if (eOsalError != TIMM_OSAL_ERR_NONE
    [all...]

Completed in 1723 milliseconds