Searched refs:pa_flist_push (Results 1 - 18 of 18) sorted by relevance
/third_party/pulseaudio/src/tests/ |
H A D | flist-test.c | 68 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 D | asyncmsgq.c | 96 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 D | memblock.c | 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() 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 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()
|
H A D | flist.h | 40 int pa_flist_push(pa_flist*l, void *p);
|
H A D | queue.c | 110 if (pa_flist_push(PA_STATIC_FLIST_GET(entries), e) < 0) in pa_queue_pop()
|
H A D | packet.c | 119 if (pa_flist_push(PA_STATIC_FLIST_GET(packets), p) < 0) in pa_packet_unref()
|
H A D | flist.c | 146 int pa_flist_push(pa_flist *l, void *p) { in pa_flist_push() function
|
H A D | memblockq.h | 136 if (pa_flist_push(PA_STATIC_FLIST_GET(list_items), q) < 0) { in drop_block()
|
H A D | hashmap.c | 108 if (pa_flist_push(PA_STATIC_FLIST_GET(entries), e) < 0) in remove_entry()
|
H A D | pdispatch.c | 245 if (pa_flist_push(PA_STATIC_FLIST_GET(reply_infos), r) < 0) in reply_info_free()
|
H A D | idxset.c | 133 if (pa_flist_push(PA_STATIC_FLIST_GET(entries), e) < 0) in remove_entry()
|
H A D | rtpoll.c | 162 if (pa_flist_push(PA_STATIC_FLIST_GET(items), i) < 0) in rtpoll_item_destroy()
|
H A D | tagstruct.c | 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()
|
H A D | source.c | 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 | 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 | 74 if (pa_flist_push(PA_STATIC_FLIST_GET(operations), o) < 0) in pa_operation_unref()
|
Completed in 19 milliseconds