Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-proto.h56 typedef void (*xf_response_cb)(xf_handle_t *h, xf_user_msg_t *msg); typedef
66 … int xf_open(xf_proxy_t *proxy, xf_handle_t *handle, xf_id_t id, u32 core, xf_response_cb cb);
Dxf-proxy.h256 xf_response_cb response;
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-proxy.c368 int xf_open(xf_proxy_t *proxy, xf_handle_t *handle, xf_id_t id, u32 core, xf_response_cb response) in xf_open()