Lines Matching defs:data
148 * cork the stream), we don't want to keep any old data around, because
149 * the old data is most likely unrelated to the audio that will be
240 /* we have new data to write */
246 NULL, /**< A cleanup routine for the data or NULL to request an internal copy */
253 pa_log_error("Could not write data into the stream ... ret = %i", ret);
500 static int sink_process_msg_cb(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) {
509 *((int64_t*) data) = 0;
514 *((int64_t*) data) = 0;
519 *((int64_t*) data) = 0;
524 *((int64_t*) data) = 0;
528 *((int64_t*) data) = remote_latency;
535 return pa_sink_process_msg(o, code, data, offset, chunk);
623 static int tunnel_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) {
624 struct userdata *u = (struct userdata *) data;
733 * restart data is no longer needed. If do_init() fails, don't touch the
734 * restart data, because following restart attempts will continue to use
735 * the same data. If restart_data is NULL, that means no restart is