Searched refs:rpcmem_alloc_internal (Results 1 – 7 of 7) sorted by relevance
/external/fastrpc/src/ |
D | rpcmem_android.c | 106 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()
|
D | fastrpc_perf.c | 157 keys = (char *)rpcmem_alloc_internal(0, RPCMEM_HEAP_DEFAULT, PERF_KEY_STR_MAX); in perf_dsp_enable()
|
D | apps_mem_imp.c | 115 VERIFYC(NULL != (buf = rpcmem_alloc_internal(heapid, lflags, len)), AEE_ENORPCMEMORY); in __QAIC_IMPL()
|
D | listener_android.c | 136 void* bufnew = rpcmem_alloc_internal(heapid, flags, size); in rpcmem_realloc()
|
D | apps_std_imp.c | 910 VERIFYC(0 != (fbuf = rpcmem_alloc_internal(ION_HEAP_ID_QSEECOM, 1, sz)), AEE_EMEMPTR); in __QAIC_IMPL()
|
D | fastrpc_apps_user.c | 1666 uproc.file = (__u64)rpcmem_alloc_internal(0, RPCMEM_HEAP_DEFAULT, (int)(filelen)); in apps_dev_init()
|
/external/fastrpc/inc/ |
D | fastrpc_apps_user.h | 50 void* rpcmem_alloc_internal(int heapid, uint32 flags, int size);
|