Lines Matching defs:data
27 * As long as we are in RUNNING/IDLE state we will *always* write data to
646 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) {
661 *((int64_t*) data) = (int64_t)r;
667 return pa_sink_process_msg(o, code, data, offset, chunk);
735 static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) {
750 *((int64_t*) data) = (int64_t)r;
755 return pa_source_process_msg(o, code, data, offset, chunk);
915 /* Render some data and write it to the dsp */
958 * Hmm, make the best of it, try to read some data, to
991 pa_log("Failed to write data to DSP: %s", pa_cstrerror(errno));
1020 /* Try to read some data and pass it on to the source driver. */
1095 pa_log("Failed to read data from DSP: %s", pa_cstrerror(errno));