Searched refs:PA_STATIC_FLIST_GET (Results 1 - 18 of 18) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | packet.c | 52 if (!(p = pa_flist_pop(PA_STATIC_FLIST_GET(packets)))) in pa_packet_new() 84 if (!(p = pa_flist_pop(PA_STATIC_FLIST_GET(packets)))) in pa_packet_new_dynamic() 119 if (pa_flist_push(PA_STATIC_FLIST_GET(packets), p) < 0) in pa_packet_unref()
|
H A D | asyncmsgq.c | 96 if (pa_flist_push(PA_STATIC_FLIST_GET(asyncmsgq), i) < 0) in asyncmsgq_free() 127 if (!(i = pa_flist_pop(PA_STATIC_FLIST_GET(asyncmsgq)))) in pa_asyncmsgq_post() 169 if (!(i.semaphore = pa_flist_pop(PA_STATIC_FLIST_GET(semaphores)))) in pa_asyncmsgq_send() 179 if (pa_flist_push(PA_STATIC_FLIST_GET(semaphores), i.semaphore) < 0) in pa_asyncmsgq_send() 243 if (pa_flist_push(PA_STATIC_FLIST_GET(asyncmsgq), a->current) < 0) in pa_asyncmsgq_done()
|
H A D | queue.c | 74 if (!(e = pa_flist_pop(PA_STATIC_FLIST_GET(entries)))) in pa_queue_push() 110 if (pa_flist_push(PA_STATIC_FLIST_GET(entries), e) < 0) in pa_queue_pop()
|
H A D | asyncq.c | 129 if (pa_flist_push(PA_STATIC_FLIST_GET(localq), q) < 0) in pa_asyncq_free() 184 if (pa_flist_push(PA_STATIC_FLIST_GET(localq), q) < 0) in flush_postq() 216 if (!(q = pa_flist_pop(PA_STATIC_FLIST_GET(localq)))) in pa_asyncq_post()
|
H A D | memblock.c | 360 if (!(b = pa_flist_pop(PA_STATIC_FLIST_GET(unused_memblocks)))) in pa_memblock_new_pool() 394 if (!(b = pa_flist_pop(PA_STATIC_FLIST_GET(unused_memblocks)))) in pa_memblock_new_fixed() 428 if (!(b = pa_flist_pop(PA_STATIC_FLIST_GET(unused_memblocks)))) in pa_memblock_new_user() 566 if (pa_flist_push(PA_STATIC_FLIST_GET(unused_memblocks), b) < 0) in memblock_free() 599 if (pa_flist_push(PA_STATIC_FLIST_GET(unused_memblocks), b) < 0) in memblock_free() 627 if (pa_flist_push(PA_STATIC_FLIST_GET(unused_memblocks), b) < 0) in memblock_free() 1233 if (!(b = pa_flist_pop(PA_STATIC_FLIST_GET(unused_memblocks)))) in pa_memimport_get()
|
H A D | flist.h | 68 #define PA_STATIC_FLIST_GET(name) (name##_flist_get()) macro
|
H A D | hashmap.c | 108 if (pa_flist_push(PA_STATIC_FLIST_GET(entries), e) < 0) in remove_entry() 145 if (!(e = pa_flist_pop(PA_STATIC_FLIST_GET(entries)))) in pa_hashmap_put()
|
H A D | tagstruct.c | 67 if (!(t = pa_flist_pop(PA_STATIC_FLIST_GET(tagstructs)))) in pa_tagstruct_new() 82 if (!(t = pa_flist_pop(PA_STATIC_FLIST_GET(tagstructs)))) in pa_tagstruct_new_fixed() 97 if (pa_flist_push(PA_STATIC_FLIST_GET(tagstructs), t) < 0) in pa_tagstruct_free()
|
H A D | pstream.c | 408 if (pa_flist_push(PA_STATIC_FLIST_GET(items), i) < 0) in item_free() 457 if (!(i = pa_flist_pop(PA_STATIC_FLIST_GET(items)))) in pa_pstream_send_packet() 502 if (!(i = pa_flist_pop(PA_STATIC_FLIST_GET(items)))) in pa_pstream_send_memblock() 537 if (!(item = pa_flist_pop(PA_STATIC_FLIST_GET(items)))) in pa_pstream_send_release() 574 if (!(item = pa_flist_pop(PA_STATIC_FLIST_GET(items)))) in pa_pstream_send_revoke()
|
H A D | pdispatch.c | 245 if (pa_flist_push(PA_STATIC_FLIST_GET(reply_infos), r) < 0) in reply_info_free() 395 if (!(r = pa_flist_pop(PA_STATIC_FLIST_GET(reply_infos)))) in pa_pdispatch_register_reply()
|
H A D | idxset.c | 133 if (pa_flist_push(PA_STATIC_FLIST_GET(entries), e) < 0) in remove_entry() 187 if (!(e = pa_flist_pop(PA_STATIC_FLIST_GET(entries)))) in pa_idxset_put()
|
H A D | memblockq.h | 136 if (pa_flist_push(PA_STATIC_FLIST_GET(list_items), q) < 0) { in drop_block()
|
H A D | rtpoll.c | 162 if (pa_flist_push(PA_STATIC_FLIST_GET(items), i) < 0) in rtpoll_item_destroy() 414 if (!(i = pa_flist_pop(PA_STATIC_FLIST_GET(items)))) in pa_rtpoll_item_new()
|
H A D | memblockq.c | 277 if (!(p = pa_flist_pop(PA_STATIC_FLIST_GET(list_items)))) in pa_memblockq_push() 347 if (!(n = pa_flist_pop(PA_STATIC_FLIST_GET(list_items)))) in pa_memblockq_push()
|
H A D | source.c | 2728 if (!(c = pa_flist_pop(PA_STATIC_FLIST_GET(pa_source_volume_change)))) in pa_source_volume_change_new() 2740 if (pa_flist_push(PA_STATIC_FLIST_GET(pa_source_volume_change), c) < 0) in pa_source_volume_change_free()
|
H A D | sink.c | 3720 if (!(c = pa_flist_pop(PA_STATIC_FLIST_GET(pa_sink_volume_change)))) in pa_sink_volume_change_new() 3732 if (pa_flist_push(PA_STATIC_FLIST_GET(pa_sink_volume_change), c) < 0) in pa_sink_volume_change_free()
|
/third_party/pulseaudio/src/pulse/ |
H A D | operation.c | 38 if (!(o = pa_flist_pop(PA_STATIC_FLIST_GET(operations)))) in pa_operation_new() 74 if (pa_flist_push(PA_STATIC_FLIST_GET(operations), o) < 0) in pa_operation_unref()
|
/third_party/pulseaudio/src/pulsecore/filter/ |
H A D | lfe-filter.c | 126 if ((s = pa_flist_pop(PA_STATIC_FLIST_GET(lfe_state))) == NULL) in pa_lfe_filter_process()
|
Completed in 20 milliseconds