Home
last modified time | relevance | path

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

/external/fastrpc/src/
Drpcmem_android.c106 void *rpcmem_alloc_internal(int heapid, uint32 flags, int size) in rpcmem_alloc_internal() function
182 return rpcmem_alloc_internal(heapid, flags, size); in rpcmem_alloc()
Dfastrpc_perf.c157 keys = (char *)rpcmem_alloc_internal(0, RPCMEM_HEAP_DEFAULT, PERF_KEY_STR_MAX); in perf_dsp_enable()
Dapps_mem_imp.c115 VERIFYC(NULL != (buf = rpcmem_alloc_internal(heapid, lflags, len)), AEE_ENORPCMEMORY); in __QAIC_IMPL()
Dlistener_android.c136 void* bufnew = rpcmem_alloc_internal(heapid, flags, size); in rpcmem_realloc()
Dapps_std_imp.c910 VERIFYC(0 != (fbuf = rpcmem_alloc_internal(ION_HEAP_ID_QSEECOM, 1, sz)), AEE_EMEMPTR); in __QAIC_IMPL()
Dfastrpc_apps_user.c1666 uproc.file = (__u64)rpcmem_alloc_internal(0, RPCMEM_HEAP_DEFAULT, (int)(filelen)); in apps_dev_init()
/external/fastrpc/inc/
Dfastrpc_apps_user.h50 void* rpcmem_alloc_internal(int heapid, uint32 flags, int size);