Searched refs:dlerrorLen (Results 1 – 6 of 6) sorted by relevance
/external/fastrpc/inc/ |
D | apps_remotectl.h | 68 …apps_remotectl_open)(const char* name, int* handle, char* dlerror, int dlerrorLen, int* nErr) __QA… 69 …int __QAIC_HEADER(apps_remotectl_close)(int handle, char* dlerror, int dlerrorLen, int* nErr) __QA…
|
D | remotectl.h | 69 …ADER(remotectl_open)(const char* name, int* handle, char* dlerror, int dlerrorLen, int* nErr) __QA… 70 __QAIC_HEADER_EXPORT int __QAIC_HEADER(remotectl_close)(int handle, char* dlerror, int dlerrorLen, …
|
D | mod_table.h | 103 int mod_table_open(const char* in_name, remote_handle* handle, char* dlerr, int dlerrorLen, int* pd…
|
/external/fastrpc/src/ |
D | remotectl_stub.c | 585 …STUB(remotectl_open)(const char* name, int* handle, char* dlerror, int dlerrorLen, int* nErr) __QA… in __QAIC_STUB() 587 … _mid, (char**)&name, (uint32_t*)handle, (char**)&dlerror, (uint32_t*)&dlerrorLen, (uint32_t*)nErr… in __QAIC_STUB() 613 __QAIC_STUB_EXPORT int __QAIC_STUB(remotectl_close)(int handle, char* dlerror, int dlerrorLen, int*… in __QAIC_STUB() 615 …ectl_handle(), _mid, (uint32_t*)&handle, (char**)&dlerror, (uint32_t*)&dlerrorLen, (uint32_t*)nErr… in __QAIC_STUB()
|
D | mod_table.c | 393 …en_mod_table* me, const char* uri, remote_handle* handle, char* dlStr, int dlerrorLen, int* pdlErr) in open_mod_table_open_dynamic() argument 466 std_strlcpy(dlStr,dlerr,dlerrorLen); in open_mod_table_open_dynamic() 572 …en_mod_table* me, const char* uri, remote_handle* handle, char* dlerr, int dlerrorLen, int* pdlErr) in open_mod_table_open() argument 579 …VERIFY(AEE_SUCCESS == (nErr = open_mod_table_open_dynamic(me, uri, handle, dlerr, dlerrorLen, &dlE… in open_mod_table_open() 791 int mod_table_open(const char* uri, remote_handle* handle, char* dlerr, int dlerrorLen, int* pdlErr… in mod_table_open() argument 796 VERIFY(AEE_SUCCESS == (nErr = open_mod_table_open(pomt,uri,handle,dlerr,dlerrorLen,pdlErr))); in mod_table_open()
|
D | listener_android.c | 110 …pps_remotectl_open)(const char* name, uint32* handle, char* dlStr, int dlerrorLen, int* dlErr) __Q… in __QAIC_IMPL() 112 return mod_table_open(name, handle, dlStr, dlerrorLen, dlErr); in __QAIC_IMPL()
|