Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c240 …pool_alloc(&p_adev->proxy, ninbuf, XAF_INBUF_SIZE, XF_POOL_INPUT, &p_comp->inpool, XAF_MEM_ID_COMP, in xaf_comp_create()
245 buf = xf_buffer_get(p_comp->inpool); in xaf_comp_create()
286 if (p_comp->inpool) xf_pool_free(p_comp->inpool, 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()
453 if (p_comp->inpool) p_comp->comp_status = XAF_NEED_INPUT; in xaf_comp_get_status()
520 if (!p_comp->inpool) p_comp->pending_resp = p_comp->noutbuf; 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.h53 xf_pool_t *inpool; member