Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c60 XAF_CHK_PTR(pp_comp_chain); in xaf_comp_add()
61 XAF_CHK_PTR(p_comp); in xaf_comp_add()
119 XAF_CHK_PTR(pp_adev); in xaf_adev_open()
120 XAF_CHK_PTR(mem_malloc); in xaf_adev_open()
121 XAF_CHK_PTR(mem_free); in xaf_adev_open()
129 XAF_CHK_PTR(pTmp); in xaf_adev_open()
144 XAF_CHK_PTR(p_adev->p_ap_utils); in xaf_adev_open()
168 XAF_CHK_PTR(adev_ptr); in xaf_adev_close()
203 XAF_CHK_PTR(p_adev); in xaf_comp_create()
204 XAF_CHK_PTR(pp_comp); in xaf_comp_create()
[all …]
/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-dec-test.c96 XAF_CHK_PTR(p_buf); in consume_output()
97 XAF_CHK_PTR(p_output); in consume_output()
114 XAF_CHK_PTR(p_buf); in read_input()
115 XAF_CHK_PTR(read_length); in read_input()
116 XAF_CHK_PTR(p_input); in read_input()
133 XAF_CHK_PTR(arg); in comp_process_entry()
134 XAF_CHK_PTR(p_input); in comp_process_entry()
135 XAF_CHK_PTR(p_output); in comp_process_entry()
Dxaf-dec-mix-test.c107 XAF_CHK_PTR(p_buf); in consume_output()
108 XAF_CHK_PTR(p_output); in consume_output()
125 XAF_CHK_PTR(p_buf); in read_input()
126 XAF_CHK_PTR(read_length); in read_input()
127 XAF_CHK_PTR(p_input); in read_input()
147 XAF_CHK_PTR(arg); in comp_process_entry()
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxaf-api.h112 #define XAF_CHK_PTR(ptr) \ macro