Home
last modified time | relevance | path

Searched refs:PA_STATIC_FLIST_GET (Results 1 - 18 of 18) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dpacket.c52 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 Dasyncmsgq.c96 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 Dqueue.c74 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 Dasyncq.c129 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 Dmemblock.c360 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 Dflist.h68 #define PA_STATIC_FLIST_GET(name) (name##_flist_get()) macro
H A Dhashmap.c108 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 Dtagstruct.c67 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 Dpstream.c408 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 Dpdispatch.c245 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 Didxset.c133 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 Dmemblockq.h136 if (pa_flist_push(PA_STATIC_FLIST_GET(list_items), q) < 0) { in drop_block()
H A Drtpoll.c162 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 Dmemblockq.c277 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 Dsource.c2728 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 Dsink.c3720 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 Doperation.c38 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 Dlfe-filter.c126 if ((s = pa_flist_pop(PA_STATIC_FLIST_GET(lfe_state))) == NULL) in pa_lfe_filter_process()

Completed in 20 milliseconds