Lines Matching defs:userdata
82 struct userdata { struct
83 pa_core *core;
84 pa_module *module;
85 pa_sink *sink;
87 pa_thread_mq thread_mq;
88 pa_rtpoll *rtpoll;
89 pa_rtpoll_item *rtpoll_item;
90 pa_thread *thread;
92 pa_memchunk memchunk;
94 void *write_data;
95 size_t write_length, write_index;
97 void *read_data;
98 size_t read_length, read_index;
100 enum {
106 } state;
108 pa_usec_t latency;
110 esd_format_t format;
111 int32_t rate;
113 pa_smoother *smoother;
114 int fd;
116 int64_t offset;
140 struct userdata *u = PA_SINK(o)->userdata; in sink_process_msg() argument
208 static void thread_func(void *userdata) { in thread_func()
496 static void io_callback(pa_iochannel *io, void*userdata) { in io_callback()
511 static void on_connection(pa_socket_client *c, pa_iochannel*io, void *userdata) { in on_connection()