Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
Dti_omx_interface.cpp23 const char* pErr = dlerror(); in ~TIOMXInterface() local
24 if (NULL != pErr) in ~TIOMXInterface()
26 ALOGE("TIOMXInterface: Error closing library: %s\n", pErr); in ~TIOMXInterface()
88 const char* pErr = dlerror(); in TIOMXInterface() local
89 if (NULL == pErr) in TIOMXInterface()
99 "library (%s): %s\n", OMX_CORE_LIBRARY, pErr); in TIOMXInterface()
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
DOMX_Core.c175 const char* pErr = dlerror(); in TIOMX_GetHandle() local
251 pErr = dlerror(); in TIOMX_GetHandle()
252 if( (pErr != NULL) || (pComponentInit == NULL) ) { in TIOMX_GetHandle()
/hardware/ti/omap4-aah/domx/omx_core/src/
DOMX_Core.c199 const char *pErr = dlerror(); in OMX_GetHandle() local
300 pErr = dlerror(); in OMX_GetHandle()
301 CORE_assert(((pErr == NULL) && (pComponentInit != NULL)), in OMX_GetHandle()
/hardware/ti/omap4xxx/domx/omx_core/src/
DOMX_Core.c192 const char *pErr = dlerror(); in OMX_GetHandle() local
287 pErr = dlerror(); in OMX_GetHandle()
288 CORE_assert(((pErr == NULL) && (pComponentInit != NULL)), in OMX_GetHandle()
/hardware/ril/libril/
Dril.cpp544 Parcel pErr; in processCommandBuffer() local
547 pErr.writeInt32 (RESPONSE_SOLICITED); in processCommandBuffer()
548 pErr.writeInt32 (token); in processCommandBuffer()
549 pErr.writeInt32 (RIL_E_GENERIC_FAILURE); in processCommandBuffer()
551 sendResponse(pErr, socket_id); in processCommandBuffer()