HomeSort by relevance Sort by last modified time
    Searched refs:eOsalError (Results 1 - 4 of 4) 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/omap4-aah/domx/omx_core/src/
OMX_Core.c 143 TIMM_OSAL_ERRORTYPE eOsalError = TIMM_OSAL_ERR_NONE;
145 eOsalError = TIMM_OSAL_MutexObtain(pCoreInitMutex, TIMM_OSAL_SUSPEND);
146 CORE_assert(eOsalError == TIMM_OSAL_ERR_NONE,
157 eOsalError = TIMM_OSAL_MutexRelease(pCoreInitMutex);
158 CORE_assert(eOsalError == TIMM_OSAL_ERR_NONE,
432 TIMM_OSAL_ERRORTYPE eOsalError = TIMM_OSAL_ERR_NONE;
434 eOsalError = TIMM_OSAL_MutexObtain(pCoreInitMutex, TIMM_OSAL_SUSPEND);
435 if (eOsalError != TIMM_OSAL_ERR_NONE)
463 eOsalError = TIMM_OSAL_MutexRelease(pCoreInitMutex);
464 if (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...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 157 TIMM_OSAL_ERRORTYPE eOsalError = TIMM_OSAL_ERR_NONE;
166 eOsalError =
168 if (eOsalError != TIMM_OSAL_ERR_NONE)
175 eOsalError = TIMM_OSAL_MutexRelease(cam_mutex);
176 PROXY_assert(eOsalError == TIMM_OSAL_ERR_NONE,
218 TIMM_OSAL_ERRORTYPE eOsalError = TIMM_OSAL_ERR_NONE;
531 TIMM_OSAL_ERRORTYPE eOsalError = TIMM_OSAL_ERR_NONE;

Completed in 66 milliseconds