Home
last modified time | relevance | path

Searched defs:pa_pstream (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dpstream.c122 struct pa_pstream { struct
138 pa_pstream_descriptor descriptor; argument
156 * pa_pstream_register_memfd_mempool() for more information. */ argument
164 pa_pstream_packet_cb_t receive_packet_callback; argument
167 pa_pstream_memblock_cb_t receive_memblock_callback; argument
170 pa_pstream_notify_cb_t drain_callback; argument
173 pa_pstream_notify_cb_t die_callback; argument
176 pa_pstream_block_id_cb_t revoke_callback; argument
179 pa_pstream_block_id_cb_t release_callback; argument
180 void *release_callback_userdata;
[all …]
Dpstream.h37 typedef struct pa_pstream pa_pstream; typedef