Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c301 xf_user_msg_t rmsg; in xaf_comp_set_config() local
330 XF_CHK_API(xf_response_get(p_handle, &rmsg)); in xaf_comp_set_config()
333 XF_CHK_ERR(rmsg.opcode == (u32) XF_SET_PARAM && rmsg.buffer == smsg, XAF_API_ERR); in xaf_comp_set_config()
341 xf_user_msg_t rmsg; in xaf_comp_get_config() local
368 XF_CHK_API(xf_response_get(p_handle, &rmsg)); in xaf_comp_get_config()
371 XF_CHK_ERR(rmsg.opcode == (u32) XF_GET_PARAM && rmsg.buffer == smsg, XAF_API_ERR); in xaf_comp_get_config()
402 xf_user_msg_t rmsg; in xaf_comp_get_status() local
404 XF_CHK_API(xf_response_get(p_handle, &rmsg)); in xaf_comp_get_status()
406 if (rmsg.opcode == XF_FILL_THIS_BUFFER) in xaf_comp_get_status()
408 if (rmsg.buffer == p_comp->start_buf) in xaf_comp_get_status()
[all …]