Searched refs:dlStr (Results 1 – 2 of 2) sorted by relevance
/external/fastrpc/src/ |
D | listener_android.c | 110 … __QAIC_IMPL(apps_remotectl_open)(const char* name, uint32* handle, char* dlStr, int dlerrorLen, i… in __QAIC_IMPL() 112 return mod_table_open(name, handle, dlStr, dlerrorLen, dlErr); in __QAIC_IMPL()
|
D | mod_table.c | 393 …(struct open_mod_table* me, const char* uri, remote_handle* handle, char* dlStr, int dlerrorLen, i… in open_mod_table_open_dynamic() argument 466 std_strlcpy(dlStr,dlerr,dlerrorLen); in open_mod_table_open_dynamic()
|