Searched refs:errStrLen (Results 1 – 3 of 3) sorted by relevance
/external/fastrpc/inc/ |
D | mod_table.h | 122 int mod_table_close(remote_handle handle, char* errStr, int errStrLen, int* pdlErr);
|
/external/fastrpc/src/ |
D | mod_table.c | 617 …_close(struct open_mod_table* me, remote_handle64 handle, char* errStr, int errStrLen, int* pdlErr) in open_mod_table_close() argument 655 std_strlcpy(errStr,error,errStrLen); in open_mod_table_close() 828 int mod_table_close(remote_handle handle, char* errStr, int errStrLen, int* pdlErr) { in mod_table_close() argument 832 VERIFY(AEE_SUCCESS == (nErr = open_mod_table_close(pomt, handle, errStr,errStrLen,pdlErr))); in mod_table_close()
|
D | listener_android.c | 115 __QAIC_IMPL_EXPORT int __QAIC_IMPL(apps_remotectl_close)(uint32 handle, char* errStr, int errStrLen… in __QAIC_IMPL() 117 return mod_table_close(handle, errStr, errStrLen, dlErr); in __QAIC_IMPL()
|