Home
last modified time | relevance | path

Searched refs:pa_iochannel_socket_set_rcvbuf (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Diochannel.h79 int pa_iochannel_socket_set_rcvbuf(pa_iochannel*io, size_t l);
Diochannel.c500 int pa_iochannel_socket_set_rcvbuf(pa_iochannel *io, size_t l) { in pa_iochannel_socket_set_rcvbuf() function
Dprotocol-simple.c571 pa_iochannel_socket_set_rcvbuf(io, l); in pa_simple_protocol_connect()
Dpstream.c351 pa_iochannel_socket_set_rcvbuf(io, pa_mempool_block_size_max(p->mempool)); in pa_pstream_new()
Dprotocol-esound.c447 pa_iochannel_socket_set_rcvbuf(c->io, l); in esd_proto_stream_play()