Searched refs:pa_pstream_send_memblock (Results 1 - 5 of 5) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | pstream.h | 54 void pa_pstream_send_memblock(pa_pstream*p, uint32_t channel, int64_t offset, pa_seek_mode_t seek, const pa_memchunk *chunk);
|
H A D | pstream.c | 481 void pa_pstream_send_memblock(pa_pstream*p, uint32_t channel, int64_t offset, pa_seek_mode_t seek_mode, const pa_memchunk *chunk) { in pa_pstream_send_memblock() function
|
H A D | protocol-native.c | 1090 pa_pstream_send_memblock(c->pstream, r->index, 0, PA_SEEK_RELATIVE, &schunk); in native_connection_send_memblock() 2396 pa_pstream_send_memblock(c->pstream, 0, 0, 0, &mc); in setup_srbchannel()
|
/third_party/pulseaudio/src/pulse/ |
H A D | stream.c | 1552 pa_pstream_send_memblock(s->context->pstream, s->channel, offset, seek, &chunk); in pa_stream_write_ext_free() 1586 pa_pstream_send_memblock(s->context->pstream, s->channel, t_offset, t_seek, &chunk); in pa_stream_write_ext_free()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-tunnel.c | 680 pa_pstream_send_memblock(u->pstream, u->channel, 0, PA_SEEK_RELATIVE, chunk); in sink_process_msg()
|
Completed in 16 milliseconds