Home
last modified time | relevance | path

Searched refs:dlErr (Results 1 – 2 of 2) sorted by relevance

/external/fastrpc/src/
Dmod_table.c395 int nErr = AEE_SUCCESS, dlErr = 0; in open_mod_table_open_dynamic() local
419 VERIFY(!(nErr = (dlErr = dm->dlhandle == 0 ? -5 : 0))); in open_mod_table_open_dynamic()
436 VERIFYC(!(dlErr = dm->invoke || dm->handle_invoke ? 0 : AEE_ENOSUCHSYMBOL), AEE_ENOSUCHSYMBOL); in open_mod_table_open_dynamic()
463 if(dlErr) { in open_mod_table_open_dynamic()
468 FARF(HIGH, "dlerror:%x:%s", dlErr, dlerr == 0 ? "" : dlerr); in open_mod_table_open_dynamic()
472 *pdlErr = dlErr; in open_mod_table_open_dynamic()
484 VERIFY_EPRINTF("Error %x: open modtable dynamic failed. dlerr %x\n", nErr, dlErr); in open_mod_table_open_dynamic()
486 …RF(HIGH, "done open_mod_table_open_dynamic for %s rv %x handle: %p %x", uri, nErr, *handle, dlErr); in open_mod_table_open_dynamic()
574 int nErr = AEE_SUCCESS, dlErr = 0; in open_mod_table_open() local
579 …Y(AEE_SUCCESS == (nErr = open_mod_table_open_dynamic(me, uri, handle, dlerr, dlerrorLen, &dlErr))); in open_mod_table_open()
[all …]
Dlistener_android.c110 …open)(const char* name, uint32* handle, char* dlStr, int dlerrorLen, int* dlErr) __QAIC_IMPL_ATTRI… in __QAIC_IMPL()
112 return mod_table_open(name, handle, dlStr, dlerrorLen, dlErr); in __QAIC_IMPL()
115 …PL(apps_remotectl_close)(uint32 handle, char* errStr, int errStrLen, int* dlErr) __QAIC_IMPL_ATTRI… in __QAIC_IMPL()
117 return mod_table_close(handle, errStr, errStrLen, dlErr); in __QAIC_IMPL()