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