Searched refs:comp_id (Results 1 – 2 of 2) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xaf-api.h | 98 XAF_ERR_CODE xaf_comp_create(void* p_adev, void **p_comp, xf_id_t comp_id, u32 ninbuf, u32 noutbuf,…
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xaf-api.c | 193 XAF_ERR_CODE xaf_comp_create(void *adev_ptr, void **pp_comp, xf_id_t comp_id, u32 ninbuf, u32 noutb… in xaf_comp_create() argument 205 XAF_CHK_PTR(comp_id); in xaf_comp_create() 226 XF_CHK_API(xf_open(&p_adev->proxy, p_handle, comp_id, 0, xaf_comp_response)); in xaf_comp_create()
|