Home
last modified time | relevance | path

Searched refs:outpool (Results 1 – 2 of 2) sorted by relevance

/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c84 …c(p_proxy, p_comp->noutbuf, smsg->output_length, XF_POOL_OUTPUT, &p_comp->outpool, XAF_MEM_ID_COMP, in xaf_comp_post_init_config()
287 if (p_comp->outpool) xf_pool_free(p_comp->outpool, XAF_MEM_ID_COMP, p_adev->pxf_mem_free_fxn); in xaf_comp_delete()
422 if (!p_comp->inpool && p_comp->outpool) p_comp->pending_resp--; in xaf_comp_get_status()
506 if (p_comp->outpool) in xaf_comp_process()
514 p_buf = xf_buffer_get(p_comp->outpool); in xaf_comp_process()
549 if (!p_comp->inpool && p_comp->outpool) p_comp->pending_resp++; in xaf_comp_process()
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxaf-structs.h54 xf_pool_t *outpool; member