Searched refs:xaf_mem_free_fxn_t (Results 1 – 4 of 4) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xf-proto.h | 59 typedef void xaf_mem_free_fxn_t(void* ptr, s32 id); typedef 74 xaf_mem_malloc_fxn_t, xaf_mem_free_fxn_t); 75 extern void xf_pool_free(xf_pool_t *pool, s32 id, xaf_mem_free_fxn_t);
|
D | xaf-api.h | 95 …mwk_buf_size, s32 audio_comp_buf_size, xaf_mem_malloc_fxn_t mm_malloc, xaf_mem_free_fxn_t mm_free);
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xf-proxy.c | 565 xaf_mem_malloc_fxn_t xaf_malloc, xaf_mem_free_fxn_t xaf_free) in xf_pool_alloc() 629 void xf_pool_free(xf_pool_t *pool, s32 id, xaf_mem_free_fxn_t xaf_free) in xf_pool_free()
|
D | xaf-api.c | 112 …wk_buf_size, s32 audio_comp_buf_size, xaf_mem_malloc_fxn_t mem_malloc, xaf_mem_free_fxn_t mem_free) in xaf_adev_open()
|