Home
last modified time | relevance | path

Searched refs:pa_flist_pop (Results 1 - 19 of 19) 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()
H A Dmemblock.c260 if (!(slot = pa_flist_pop(p->free_slots))) { in mempool_allocate_slot()
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()
874 while ((k = pa_flist_pop(p->free_slots))) { in mempool_free()
885 while ((k = pa_flist_pop(list))) in mempool_free()
931 while ((slot = pa_flist_pop(p->free_slots))) in pa_mempool_vacuum()
935 while ((slot = pa_flist_pop(list))) { in pa_mempool_vacuum()
1233 if (!(b = pa_flist_pop(PA_STATIC_FLIST_GET(unused_memblocks)))) in pa_memimport_get()
H A Dflist.h41 void* pa_flist_pop(pa_flist*l);
H A Dqueue.c74 if (!(e = pa_flist_pop(PA_STATIC_FLIST_GET(entries)))) in pa_queue_push()
H A Dasyncmsgq.c127 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()
H A Dflist.c163 void* pa_flist_pop(pa_flist *l) { in pa_flist_pop() function
H A Dpstream.c457 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 Dasyncq.c216 if (!(q = pa_flist_pop(PA_STATIC_FLIST_GET(localq)))) in pa_asyncq_post()
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()
H A Dhashmap.c145 if (!(e = pa_flist_pop(PA_STATIC_FLIST_GET(entries)))) in pa_hashmap_put()
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 Dpdispatch.c395 if (!(r = pa_flist_pop(PA_STATIC_FLIST_GET(reply_infos)))) in pa_pdispatch_register_reply()
H A Didxset.c187 if (!(e = pa_flist_pop(PA_STATIC_FLIST_GET(entries)))) in pa_idxset_put()
H A Drtpoll.c414 if (!(i = pa_flist_pop(PA_STATIC_FLIST_GET(items)))) in pa_rtpoll_item_new()
H A Dsource.c2728 if (!(c = pa_flist_pop(PA_STATIC_FLIST_GET(pa_source_volume_change)))) in pa_source_volume_change_new()
H A Dsink.c3720 if (!(c = pa_flist_pop(PA_STATIC_FLIST_GET(pa_sink_volume_change)))) in pa_sink_volume_change_new()
/third_party/pulseaudio/src/tests/
H A Dflist-test.c56 if (b && (text = pa_flist_pop(flist))) in thread_func()
/third_party/pulseaudio/src/pulse/
H A Doperation.c38 if (!(o = pa_flist_pop(PA_STATIC_FLIST_GET(operations)))) in pa_operation_new()
/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 19 milliseconds