Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dpstream.c121 struct pa_pstream { struct
137 pa_pstream_descriptor descriptor; argument
155 * pa_pstream_register_memfd_mempool() for more information. */ argument
162 pa_pstream_packet_cb_t receive_packet_callback; argument
165 pa_pstream_memblock_cb_t receive_memblock_callback; argument
168 pa_pstream_notify_cb_t drain_callback; argument
171 pa_pstream_notify_cb_t die_callback; argument
174 pa_pstream_block_id_cb_t revoke_callback; argument
177 pa_pstream_block_id_cb_t release_callback; argument
178 void *release_callback_userdata;
[all …]
Dpstream.h37 typedef struct pa_pstream pa_pstream; typedef