Home
last modified time | relevance | path

Searched refs:pa_seek_mode_t (Results 1 – 11 of 11) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dpstream.h40 …ream_memblock_cb_t)(pa_pstream *p, uint32_t channel, int64_t offset, pa_seek_mode_t seek, const pa…
54 void pa_pstream_send_memblock(pa_pstream*p, uint32_t channel, int64_t offset, pa_seek_mode_t seek, …
Dmemblockq.h88 void pa_memblockq_seek(pa_memblockq *bq, int64_t offset, pa_seek_mode_t seek, bool account);
Dpstream.c106 pa_seek_mode_t seek_mode;
478 void pa_pstream_send_memblock(pa_pstream*p, uint32_t channel, int64_t offset, pa_seek_mode_t seek_m… in pa_pstream_send_memblock()
Dmemblockq.c683 void pa_memblockq_seek(pa_memblockq *bq, int64_t offset, pa_seek_mode_t seek, bool account) { in pa_memblockq_seek()
Dprotocol-native.c5109 …m_memblock_callback(pa_pstream *p, uint32_t channel, int64_t offset, pa_seek_mode_t seek, const pa… in pstream_memblock_callback()
/third_party/pulseaudio/src/pulse/
Dstream.h519 pa_seek_mode_t seek /**< Seek mode, must be PA_SEEK_RELATIVE for upload streams */);
530 pa_seek_mode_t seek /**< Seek mode, must be PA_SEEK_RELATIVE for upload streams */);
Ddef.h787 } pa_seek_mode_t; typedef
Dstream.c1514 pa_seek_mode_t seek) { in pa_stream_write_ext_free()
1552 pa_seek_mode_t t_seek = seek; in pa_stream_write_ext_free()
1647 pa_seek_mode_t seek) { in pa_stream_write()
Dcontext.c417 …m_memblock_callback(pa_pstream *p, uint32_t channel, int64_t offset, pa_seek_mode_t seek, const pa… in pstream_memblock_callback()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c1965 …m_memblock_callback(pa_pstream *p, uint32_t channel, int64_t offset, pa_seek_mode_t seek, const pa… in pstream_memblock_callback()
/third_party/pulseaudio/vala/
Dlibpulse.vapi1173 [CCode (cname="pa_seek_mode_t", cprefix="PA_SEEK_", has_type_id=false)]