Searched refs:PA_STATIC_FLIST_DECLARE (Results 1 – 17 of 17) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | flist.h | 46 #define PA_STATIC_FLIST_DECLARE(name, size, free_cb) \ macro
|
D | asyncmsgq.c | 38 PA_STATIC_FLIST_DECLARE(asyncmsgq, 0, pa_xfree); 39 PA_STATIC_FLIST_DECLARE(semaphores, 0, (void(*)(void*)) pa_semaphore_free);
|
D | queue.c | 32 PA_STATIC_FLIST_DECLARE(entries, 0, pa_xfree);
|
D | packet.c | 45 PA_STATIC_FLIST_DECLARE(packets, 0, pa_xfree);
|
D | asyncq.c | 69 PA_STATIC_FLIST_DECLARE(localq, 0, pa_xfree);
|
D | hashmap.c | 56 PA_STATIC_FLIST_DECLARE(entries, 0, pa_xfree);
|
D | pdispatch.c | 211 PA_STATIC_FLIST_DECLARE(reply_infos, 0, pa_xfree);
|
D | idxset.c | 59 PA_STATIC_FLIST_DECLARE(entries, 0, pa_xfree);
|
D | rtpoll.c | 87 PA_STATIC_FLIST_DECLARE(items, 0, pa_xfree);
|
D | tagstruct.c | 61 PA_STATIC_FLIST_DECLARE(tagstructs, 0, pa_xfree);
|
D | memblockq.c | 45 PA_STATIC_FLIST_DECLARE(list_items, 0, pa_xfree);
|
D | pstream.c | 85 PA_STATIC_FLIST_DECLARE(items, 0, pa_xfree);
|
D | memblock.c | 213 PA_STATIC_FLIST_DECLARE(unused_memblocks, 0, pa_xfree);
|
D | source.c | 2723 PA_STATIC_FLIST_DECLARE(pa_source_volume_change, 0, pa_xfree);
|
D | sink.c | 3711 PA_STATIC_FLIST_DECLARE(pa_sink_volume_change, 0, pa_xfree);
|
/third_party/pulseaudio/src/pulse/ |
D | operation.c | 32 PA_STATIC_FLIST_DECLARE(operations, 0, pa_xfree);
|
/third_party/pulseaudio/src/pulsecore/filter/ |
D | lfe-filter.c | 38 PA_STATIC_FLIST_DECLARE(lfe_state, 0, pa_xfree);
|