Lines Matching defs:userdata
88 struct userdata { struct
89 pa_core *core;
90 pa_module *module;
91 pa_sink *sink;
93 pa_thread_mq thread_mq;
94 pa_rtpoll *rtpoll;
95 pa_rtpoll_item *rtpoll_item;
96 pa_thread *thread;
98 pa_memchunk memchunk;
100 void *write_data;
101 size_t write_length, write_index;
103 void *read_data;
104 size_t read_length, read_index;
106 enum {
112 } state;
114 pa_usec_t latency;
116 esd_format_t format;
117 int32_t rate;
120 pa_smoother_2 *smoother;
122 pa_smoother *smoother;
125 int fd;
127 int64_t offset;
151 struct userdata *u = PA_SINK(o)->userdata; in sink_process_msg() argument
230 static void thread_func(void *userdata) { in thread_func()
535 static void io_callback(pa_iochannel *io, void*userdata) { in io_callback()
550 static void on_connection(pa_socket_client *c, pa_iochannel*io, void *userdata) { in on_connection()