Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c400 if (p_comp->pending_resp) in xaf_comp_get_status()
422 if (!p_comp->inpool && p_comp->outpool) p_comp->pending_resp--; in xaf_comp_get_status()
444 p_comp->pending_resp--; in xaf_comp_get_status()
520 if (!p_comp->inpool) p_comp->pending_resp = p_comp->noutbuf; in xaf_comp_process()
529 p_comp->pending_resp++; in xaf_comp_process()
538 p_comp->pending_resp++; 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.h40 u32 pending_resp; member