Home
last modified time | relevance | path

Searched refs:pa_pstream_set_receive_packet_callback (Results 1 – 6 of 6) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dpstream.h58 void pa_pstream_set_receive_packet_callback(pa_pstream *p, pa_pstream_packet_cb_t cb, void *userdat…
Dpstream.c1130 void pa_pstream_set_receive_packet_callback(pa_pstream *p, pa_pstream_packet_cb_t cb, void *userdat… in pa_pstream_set_receive_packet_callback() function
Dprotocol-native.c5335 pa_pstream_set_receive_packet_callback(c->pstream, pstream_packet_callback, c); in pa_native_protocol_connect()
/third_party/pulseaudio/src/tests/
Dsrbchannel-test.c61 pa_pstream_set_receive_packet_callback(p2, packet_received, NULL); in packet_test()
/third_party/pulseaudio/src/pulse/
Dcontext.c633 pa_pstream_set_receive_packet_callback(c->pstream, pstream_packet_callback, c); in setup_context()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c2035 pa_pstream_set_receive_packet_callback(u->pstream, pstream_packet_callback, u); in on_sink_created()