Searched refs:pa_pstream_set_receive_packet_callback (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | pstream.h | 58 void pa_pstream_set_receive_packet_callback(pa_pstream *p, pa_pstream_packet_cb_t cb, void *userdat…
|
D | pstream.c | 1130 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
|
D | protocol-native.c | 5335 pa_pstream_set_receive_packet_callback(c->pstream, pstream_packet_callback, c); in pa_native_protocol_connect()
|
/third_party/pulseaudio/src/tests/ |
D | srbchannel-test.c | 61 pa_pstream_set_receive_packet_callback(p2, packet_received, NULL); in packet_test()
|
/third_party/pulseaudio/src/pulse/ |
D | context.c | 633 pa_pstream_set_receive_packet_callback(c->pstream, pstream_packet_callback, c); in setup_context()
|
/third_party/pulseaudio/src/modules/ |
D | module-tunnel.c | 2035 pa_pstream_set_receive_packet_callback(u->pstream, pstream_packet_callback, u); in on_sink_created()
|