Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c195 xf_handle_t *p_handle; in xaf_comp_create() local
223 p_handle = &p_comp->handle; 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()
303 xf_handle_t *p_handle; in xaf_comp_set_config() local
312 p_handle = &p_comp->handle; in xaf_comp_set_config()
313 XAF_CHK_PTR(p_handle); in xaf_comp_set_config()
316 smsg = xf_buffer_data(p_handle->aux); in xaf_comp_set_config()
327 XF_CHK_API(xf_command(p_handle, 0, XF_SET_PARAM, smsg, sizeof(xf_set_param_item_t)*num_param)); in xaf_comp_set_config()
330 XF_CHK_API(xf_response_get(p_handle, &rmsg)); in xaf_comp_set_config()
343 xf_handle_t *p_handle; in xaf_comp_get_config() local
[all …]