Searched refs:pErr (Results 1 – 5 of 5) sorted by relevance
23 const char* pErr = dlerror(); in ~TIOMXInterface() local24 if (NULL != pErr) in ~TIOMXInterface()26 ALOGE("TIOMXInterface: Error closing library: %s\n", pErr); in ~TIOMXInterface()88 const char* pErr = dlerror(); in TIOMXInterface() local89 if (NULL == pErr) in TIOMXInterface()99 "library (%s): %s\n", OMX_CORE_LIBRARY, pErr); in TIOMXInterface()
175 const char* pErr = dlerror(); in TIOMX_GetHandle() local251 pErr = dlerror(); in TIOMX_GetHandle()252 if( (pErr != NULL) || (pComponentInit == NULL) ) { in TIOMX_GetHandle()
199 const char *pErr = dlerror(); in OMX_GetHandle() local300 pErr = dlerror(); in OMX_GetHandle()301 CORE_assert(((pErr == NULL) && (pComponentInit != NULL)), in OMX_GetHandle()
192 const char *pErr = dlerror(); in OMX_GetHandle() local287 pErr = dlerror(); in OMX_GetHandle()288 CORE_assert(((pErr == NULL) && (pComponentInit != NULL)), in OMX_GetHandle()
544 Parcel pErr; in processCommandBuffer() local547 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()