Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-proxy.h97 xf_buffer_t *next;
130 xf_buffer_t *free;
133 xf_buffer_t buffer[0];
137 static inline void * xf_buffer_data(xf_buffer_t *buffer) in xf_buffer_data()
143 static inline size_t xf_buffer_length(xf_buffer_t *buffer) in xf_buffer_length()
247 xf_buffer_t *aux;
Dxf-proto.h44 typedef struct xf_buffer xf_buffer_t; typedef
76 extern xf_buffer_t * xf_buffer_get(xf_pool_t *pool);
77 extern void xf_buffer_put(xf_buffer_t *buffer);
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-proxy.c450 xf_buffer_t *b; in xf_route()
498 xf_buffer_t *b; in xf_unroute()
568 xf_buffer_t *b; in xf_pool_alloc()
582 p = xaf_malloc(offset_of(xf_pool_t, buffer) + number * sizeof(xf_buffer_t), id); in xf_pool_alloc()
651 xf_buffer_t * xf_buffer_get(xf_pool_t *pool) in xf_buffer_get()
653 xf_buffer_t *b; in xf_buffer_get()
673 void xf_buffer_put(xf_buffer_t *buffer) in xf_buffer_put()
Dxaf-api.c238 xf_buffer_t *buf; in xaf_comp_create()
509 xf_buffer_t *p_buf; in xaf_comp_process()