Home
last modified time | relevance | path

Searched refs:AEE_EBADSIZE (Results 1 – 7 of 7) sorted by relevance

/external/fastrpc/src/
Dstd_mem.c76 return AEE_EBADSIZE; in std_memscpy()
94 return AEE_EBADSIZE; in std_memsmove()
Dmod_table.c410 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()
Dlog_config.c127 filesToLog[i].dataLen >= (int)strlen(path), AEE_EBADSIZE); in parseLogConfig()
203 VERIFYC(len < 511, AEE_EBADSIZE); in readLogConfigFromPath()
Dapps_std_imp.c370 return AEE_EBADSIZE; in __QAIC_IMPL()
765 VERIFYC(NULL != numPaths, AEE_EBADSIZE); in __QAIC_IMPL()
767 VERIFYC(NULL != maxPathLen, AEE_EBADSIZE); in __QAIC_IMPL()
Dlistener_android.c332 result = AEE_EBADSIZE; in listener2()
Dfastrpc_apps_user.c1662 VERIFYC(filelen < INT_MAX, AEE_EBADSIZE); in apps_dev_init()
/external/fastrpc/inc/
DAEEStdErr.h145 #define AEE_EBADSIZE (AEE_EOFFSET + 0x04D) /// Bad buffer/page/heap size macro