Home
last modified time | relevance | path

Searched refs:xaf_mem_malloc_fxn_t (Results 1 – 4 of 4) sorted by relevance

/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-proto.h58 typedef void* xaf_mem_malloc_fxn_t(s32 size, s32 id); typedef
74 xaf_mem_malloc_fxn_t, xaf_mem_free_fxn_t);
Dxaf-api.h95 …oid **pp_adev, s32 audio_frmwk_buf_size, s32 audio_comp_buf_size, xaf_mem_malloc_fxn_t mm_malloc, …
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c112 …oid** pp_adev, s32 audio_frmwk_buf_size, s32 audio_comp_buf_size, xaf_mem_malloc_fxn_t mem_malloc,… in xaf_adev_open()
Dxf-proxy.c565 xaf_mem_malloc_fxn_t xaf_malloc, xaf_mem_free_fxn_t xaf_free) in xf_pool_alloc()