Lines Matching defs:data
398 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) {
404 *((int64_t*) data) = sink_get_latency(u, &PA_SINK(o)->sample_spec);
408 return pa_sink_process_msg(o, code, data, offset, chunk);
472 static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) {
478 *((pa_usec_t*) data) = source_get_latency(u, &PA_SOURCE(o)->sample_spec);
482 return pa_source_process_msg(o, code, data, offset, chunk);
685 /* Render some data and write it to the dsp */
751 pa_log("Failed to write data to DSP: %s", pa_cstrerror(errno));
777 /* Try to read some data and pass it on to the source driver */
813 pa_log("Failed to read data from DSP: %s", pa_cstrerror(errno));