Searched refs:AEE_EBADSIZE (Results 1 – 7 of 7) sorted by relevance
/external/fastrpc/src/ |
D | std_mem.c | 76 return AEE_EBADSIZE; in std_memscpy() 94 return AEE_EBADSIZE; in std_memsmove()
|
D | mod_table.c | 410 VERIFYC(tmplen >= rv, AEE_EBADSIZE); in open_mod_table_open_dynamic() 414 VERIFYC(tmplen >= rv, AEE_EBADSIZE); in open_mod_table_open_dynamic() 423 VERIFYC(tmplen >= rv, AEE_EBADSIZE); in open_mod_table_open_dynamic() 426 VERIFYC(tmplen >= rv, AEE_EBADSIZE); in open_mod_table_open_dynamic() 520 VERIFYC(sz >= rv, AEE_EBADSIZE); in open_mod_table_open_from_static() 525 VERIFYC(sz >= rv, AEE_EBADSIZE); in open_mod_table_open_from_static()
|
D | log_config.c | 127 filesToLog[i].dataLen >= (int)strlen(path), AEE_EBADSIZE); in parseLogConfig() 203 VERIFYC(len < 511, AEE_EBADSIZE); in readLogConfigFromPath()
|
D | apps_std_imp.c | 370 return AEE_EBADSIZE; in __QAIC_IMPL() 765 VERIFYC(NULL != numPaths, AEE_EBADSIZE); in __QAIC_IMPL() 767 VERIFYC(NULL != maxPathLen, AEE_EBADSIZE); in __QAIC_IMPL()
|
D | listener_android.c | 332 result = AEE_EBADSIZE; in listener2()
|
D | fastrpc_apps_user.c | 1662 VERIFYC(filelen < INT_MAX, AEE_EBADSIZE); in apps_dev_init()
|
/external/fastrpc/inc/ |
D | AEEStdErr.h | 145 #define AEE_EBADSIZE (AEE_EOFFSET + 0x04D) /// Bad buffer/page/heap size macro
|