Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxaf-structs.h76 xaf_ap_utils_t *p_ap_utils; //host-side utility structure handle
Dxaf-api.h78 }xaf_ap_utils_t; typedef
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c142 size = sizeof(xaf_ap_utils_t)+(XAF_8BYTE_ALIGN-1); in xaf_adev_open()
146 memset(p_adev->p_ap_utils, 0, sizeof(xaf_ap_utils_t)); in xaf_adev_open()