HomeSort by relevance Sort by last modified time
    Searched defs:pErr (Results 1 - 5 of 5) sorted by null

  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 23 const char* pErr = dlerror();
24 if (NULL != pErr)
26 LOGE("TIOMXInterface: Error closing library: %s\n", pErr);
88 const char* pErr = dlerror();
89 if (NULL == pErr)
99 "library (%s): %s\n", OMX_CORE_LIBRARY, pErr);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 175 const char* pErr = dlerror();
251 pErr = dlerror();
252 if( (pErr != NULL) || (pComponentInit == NULL) ) {
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 192 const char *pErr = dlerror();
287 pErr = dlerror();
288 CORE_assert(((pErr == NULL) && (pComponentInit != NULL)),
  /external/tinyxml/
tinyxmlparser.cpp 1040 const char* pErr = p;
1045 if ( document ) document->SetError( TIXML_ERROR_FAILED_TO_READ_ELEMENT_NAME, pErr, data, encoding );
1057 pErr = p;
1061 if ( document ) document->SetError( TIXML_ERROR_READING_ATTRIBUTES, pErr, data, encoding );
1103 if ( document ) document->SetError( TIXML_ERROR_OUT_OF_MEMORY, pErr, data, encoding );
1108 const char* pErr = p;
1113 if ( document ) document->SetError( TIXML_ERROR_PARSING_ELEMENT, pErr, data, encoding );
1333 const char* pErr = p;
1337 if ( document ) document->SetError( TIXML_ERROR_READING_ATTRIBUTES, pErr, data, encoding );
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 739 milliseconds