Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c298 XAF_ERR_CODE xaf_comp_set_config(void *comp_ptr, s32 num_param, s32 *p_param) in xaf_comp_set_config() argument
310 XAF_CHK_RANGE(num_param, 1, XAF_MAX_CONFIG_PARAMS); in xaf_comp_set_config()
319 for (i=0; i<num_param; i++) 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()
338 XAF_ERR_CODE xaf_comp_get_config(void *comp_ptr, s32 num_param, s32 *p_param) in xaf_comp_get_config() argument
350 XAF_CHK_RANGE(num_param, 1, XAF_MAX_CONFIG_PARAMS); in xaf_comp_get_config()
358 for (i=0; i<num_param; i++) in xaf_comp_get_config()
365 XF_CHK_API(xf_command(p_handle, 0, XF_GET_PARAM, smsg, XF_GET_PARAM_CMD_LEN(num_param))); in xaf_comp_get_config()
373 for (i=0; i<num_param; i++) in xaf_comp_get_config()
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxaf-api.h100 XAF_ERR_CODE xaf_comp_set_config(void *p_comp, s32 num_param, s32 *p_param);
101 XAF_ERR_CODE xaf_comp_get_config(void *p_comp, s32 num_param, s32 *p_param);