Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c330 XF_CHK_API(xf_response_get(p_handle, &rmsg)); in xaf_comp_set_config()
368 XF_CHK_API(xf_response_get(p_handle, &rmsg)); in xaf_comp_get_config()
404 XF_CHK_API(xf_response_get(p_handle, &rmsg)); in xaf_comp_get_status()
492 XF_CHK_API(xf_response_get(p_handle, &rmsg)); in xaf_comp_process()
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-proxy.h294 static inline int xf_response_get(xf_handle_t *handle, xf_user_msg_t *msg) in xf_response_get() function