Searched refs:AEE_ENOMEMORY (Results 1 – 7 of 7) sorted by relevance
/external/fastrpc/src/ |
D | log_config.c | 101 VERIFYC(NULL!= (tempFiles = malloc(sizeof(char) * (std_strlen(filenames) + 1))), AEE_ENOMEMORY); in parseLogConfig() 115 VERIFYC(NULL != (filesToLog = malloc(sizeof(_cstring1_t)*filesToLogLen)), AEE_ENOMEMORY); in parseLogConfig() 117 VERIFYC(NULL != (filesToLog[i].data = malloc(sizeof(char) * maxPathLen)), AEE_ENOMEMORY); in parseLogConfig() 177 VERIFYC(NULL != (path = malloc(sizeof(char) * len)), AEE_ENOMEMORY); in readLogConfigFromPath() 204 …VERIFYC(NULL != (buf = calloc(1, sizeof(byte) * (len + 1))), AEE_ENOMEMORY); // extra 1 byte for n… in readLogConfigFromPath() 205 VERIFYC(NULL != (filenames = malloc(sizeof(byte) * len)), AEE_ENOMEMORY); in readLogConfigFromPath() 360 …FYC(NULL != (log_config_watcher[dom].asidFileToWatch = malloc(sizeof(char) * len)), AEE_ENOMEMORY); in file_watcher_thread() 473 …VERIFYC(NULL != (log_config_watcher[dom].fileToWatch = malloc(sizeof(char) * len)), AEE_ENOMEMORY); in initFileWatcher() 477 …IFYC(NULL != (log_config_watcher[dom].pidFileToWatch = malloc(sizeof(char) * len)), AEE_ENOMEMORY); in initFileWatcher() 506 = malloc(sizeof(_cstring1_t) * log_config_watcher[dom].numPaths)), AEE_ENOMEMORY); in initFileWatcher() [all …]
|
D | adsp_default_listener.c | 60 VERIFYC(NULL != name, AEE_ENOMEMORY); in adsp_default_listener_start() 66 VERIFYC(NULL != name, AEE_ENOMEMORY); in adsp_default_listener_start()
|
D | apps_mem_imp.c | 105 VERIFYC(NULL != (minfo = malloc(sizeof(*minfo))), AEE_ENOMEMORY); in __QAIC_IMPL() 206 VERIFYC(0 != (minfo = malloc(sizeof(*minfo))), AEE_ENOMEMORY); in __QAIC_IMPL()
|
D | apps_std_imp.c | 149 VERIFYC(0 != (sinfo = calloc(1, sizeof(*sinfo))), AEE_ENOMEMORY); in apps_std_FILE_alloc() 615 VERIFYC(envListBuf = (char*)malloc(sizeof(char) * envLenGuess), AEE_ENOMEMORY); in get_dirlist_from_env() 621 VERIFYC(envListBuf = realloc(envListBuf, sizeof(char) * envListLen), AEE_ENOMEMORY); in get_dirlist_from_env() 641 VERIFYC(dirListBuf = (char*)malloc(sizeof(char) * envListLen), AEE_ENOMEMORY); in get_dirlist_from_env() 686 VERIFYC(NULL != (absName = (char*)malloc(sizeof(char) * absNameLen)), AEE_ENOMEMORY); in __QAIC_IMPL() 706 VERIFYC(NULL != (absName = (char*)malloc(sizeof(char) * absNameLen)), AEE_ENOMEMORY); in __QAIC_IMPL() 726 VERIFYC(NULL != (absName = (char*)malloc(sizeof(char) * absNameLen)), AEE_ENOMEMORY); in __QAIC_IMPL()
|
D | mod_table.c | 219 …YC(NULL != (sm = ((struct static_mod*)calloc(1, sizeof(struct static_mod) + len))), AEE_ENOMEMORY); in static_mod_add() 259 …RIFYC(NULL != (dm = ((struct const_mod*)calloc(1, sizeof(struct open_mod) + len))), AEE_ENOMEMORY); in static_mod_table_register_const_handle() 401 VERIFYC(NULL != (tmp = calloc(1, tmplen)), AEE_ENOMEMORY); in open_mod_table_open_dynamic() 402 …YC(NULL != (dm = ((struct open_mod*)calloc(1, sizeof(struct open_mod) + len + 1))), AEE_ENOMEMORY); in open_mod_table_open_dynamic() 505 VERIFYC(NULL != (dm = ((struct open_mod*)calloc(1, sizeof(*dm) + sz))), AEE_ENOMEMORY); in open_mod_table_open_from_static()
|
D | fastrpc_apps_user.c | 341 VERIFYC(NULL != (tofd = calloc(1, sizeof(*tofd))), AEE_ENOMEMORY); in remote_register_fd_attr() 396 VERIFYC(NULL != (tofd = calloc(1, sizeof(*tofd))), AEE_ENOMEMORY); in remote_register_buf_common() 618 VERIFYC(NULL != (hinfo = malloc(sizeof(*hinfo))), AEE_ENOMEMORY); in alloc_handle() 858 VERIFYC(NULL != hlist[domain].dsppdname, AEE_ENOMEMORY); in remote_handle_open_domain() 1553 VERIFYC(NULL != (domain_str = (char*)malloc(sizeof(domain))), AEE_ENOMEMORY); in open_shell() 1559 VERIFYC(NULL != (shell_absName = (char*)malloc(sizeof(char) * shell_absNameLen)), AEE_ENOMEMORY); in open_shell() 1565 VERIFYC(NULL != (absName = (char*)malloc(sizeof(char) * absNameLen)), AEE_ENOMEMORY); in open_shell() 1572 … VERIFYC(NULL != (absName = (char*)realloc(absName, sizeof(char) * absNameLen)), AEE_ENOMEMORY); in open_shell() 1865 VERIFYC(NULL != (hlist = calloc(NUM_DOMAINS_EXTEND, sizeof(*hlist))), AEE_ENOMEMORY); in fastrpc_apps_user_init()
|
/external/fastrpc/inc/ |
D | AEEStdErr.h | 41 #define AEE_ENOMEMORY (AEE_EOFFSET + 0x002) ///< Insufficient RAM macro
|