Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
H A Dflist-test.c68 if (pa_flist_push(flist, text) < 0) { in thread_func()
77 if (pa_flist_push(flist, s) < 0) in thread_func()
/third_party/pulseaudio/src/pulsecore/
H A Dasyncmsgq.c96 if (pa_flist_push(PA_STATIC_FLIST_GET(asyncmsgq), i) < 0) in asyncmsgq_free()
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 Dmemblock.c566 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()
623 while (pa_flist_push(b->pool->free_slots, slot) < 0) in memblock_free()
627 if (pa_flist_push(PA_STATIC_FLIST_GET(unused_memblocks), b) < 0) in memblock_free()
875 while (pa_flist_push(list, k) < 0) in mempool_free()
886 while (pa_flist_push(p->free_slots, k) < 0) in mempool_free()
932 while (pa_flist_push(list, slot) < 0) in pa_mempool_vacuum()
938 while (pa_flist_push(p->free_slots, slot)) in pa_mempool_vacuum()
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()
H A Dflist.h40 int pa_flist_push(pa_flist*l, void *p);
H A Dqueue.c110 if (pa_flist_push(PA_STATIC_FLIST_GET(entries), e) < 0) in pa_queue_pop()
H A Dpacket.c119 if (pa_flist_push(PA_STATIC_FLIST_GET(packets), p) < 0) in pa_packet_unref()
H A Dflist.c146 int pa_flist_push(pa_flist *l, void *p) { in pa_flist_push() function
H A Dmemblockq.h136 if (pa_flist_push(PA_STATIC_FLIST_GET(list_items), q) < 0) { in drop_block()
H A Dhashmap.c108 if (pa_flist_push(PA_STATIC_FLIST_GET(entries), e) < 0) in remove_entry()
H A Dpdispatch.c245 if (pa_flist_push(PA_STATIC_FLIST_GET(reply_infos), r) < 0) in reply_info_free()
H A Didxset.c133 if (pa_flist_push(PA_STATIC_FLIST_GET(entries), e) < 0) in remove_entry()
H A Drtpoll.c162 if (pa_flist_push(PA_STATIC_FLIST_GET(items), i) < 0) in rtpoll_item_destroy()
H A Dtagstruct.c97 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()
H A Dsource.c2740 if (pa_flist_push(PA_STATIC_FLIST_GET(pa_source_volume_change), c) < 0) in pa_source_volume_change_free()
H A Dsink.c3732 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.c74 if (pa_flist_push(PA_STATIC_FLIST_GET(operations), o) < 0) in pa_operation_unref()

Completed in 19 milliseconds